Bonjour
Cette macro ne fonctionne que pour la plage A7:L7
Ou se trouve mon erreur?
Merci
Sub Macro1()
'
' Macro1 Macro
'
Range("A5:L5").Select
Range("A7:L7").Select
With Selection.Interior
.Pattern = xlSolid
.PatternColorIndex = xlAutomatic
.Color = 65535
.TintAndShade = 0
.PatternTintAndShade = 0
End With
End Sub