Re,
Un Plan ? Je ne connais pas...
Voilà, j'ai fais un petit truc, qui ne fonctionne pas...
1 2 3 4 5 6 7 8
| Function CacheAfficheLign(Bool As Boolean, Lign As Integer)
Lign = Trim(Str(Lign)) & ":" & Trim(Str(Lign))
If Bool Then
Rows(Lign).Selection.EntireRow.Hidden = True
Else
Rows(Lign).Selection.EntireRow.Hidden = False
End If
End Function |
Que j'appelle avec :
=CacheAfficheLign(ESTVIDE(C12);lign(C12))
Comme vous l'aurez deviné, c'est la ligne 12 que je voudrais cacher si la cellule C12 est vide...
Merci à vous et bonne journée...
PhalèneCAD
Partager