M
Microsoft Communities
The following code will not work in excel 2003, it stops on the line:
tintandshade=0
is there a work around?
Cells.Select
With Selection.Interior
.Pattern = xlNone
.TintAndShade = 0
.PatternTintAndShade = 0
End With
tintandshade=0
is there a work around?
Cells.Select
With Selection.Interior
.Pattern = xlNone
.TintAndShade = 0
.PatternTintAndShade = 0
End With