GuillaumA
XLDnaute Occasionnel
Bonjour à tous,
J'ai un soucis....
J'avais une macro qui marchait très bien:
Seulement voila, elle ne marche plus. Je ne comprend pas pourquoi.... Quelqu'un aurait-il la solution?
Merci!
Cordialement,
Guillaume A.
J'ai un soucis....
J'avais une macro qui marchait très bien:
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Count > 1
If Target.Address = "$C$13" Then Range("15:15,17:17,19:20").EntireRow.Hidden = Target > 0
If Target.Address = "$C$27" Then Rows("29:29").Hidden = Target > 0
If Target.Address = "$C$42" Then Rows("43:43").Hidden = Target > 0
If Target.Address = "$C$79" Then Range("80:80,83:83,89:89").EntireRow.Hidden = Target > 0
End Sub
Seulement voila, elle ne marche plus. Je ne comprend pas pourquoi.... Quelqu'un aurait-il la solution?
Merci!
Cordialement,
Guillaume A.