Rng = "H:P"
With SHEET
Columns(Rng).Select
Selection.EntireColumn.Hidden = True
End With
This seems to hide Columns 2 to 16 (B to P) instead of H to P.
I've also tried it without the "With" code
SHEET.Columns.Select
with the same result.
Any ideas what's going on? Thanks so much for you help.
Mac
Bookmarks