Help with hiding columns
I have two questions
1) Is there a built-in VBA or Excel function that returns the Column Letter
for any given cell?
2) I would like to know the best way to hide/unhide columns using VBA. I
wrote a For...Next loop using the Sheet.EntireColumn.Hidden = True and it
worked fine until I went to unhide it. It gave me the generic 1004 error.
Any help would be appreciated!
|