I would like to hide certain columns when a macro is run. How do I do this?
I know how to do it by a range of columns ("B:D") using:
Columns("B:D").EntireColumn.Hidden = True
But I'm not sure how to specify multiple columns that are not next to each other.
I would need to hide columns: B, C, F, G, I, J, K, L, N.
,N:Nat the end