RE: I can write a macro to hide columns, but


Posted by Mike on November 12, 2001 12:35 PM

I also hide column A.
When I record a macro to unhide the columns, all unhide except A !!!!!!!!
ANy ideas why?

Is there s simple way to undo a macro once executed?

Thanks,
Mike



Posted by faster on November 12, 2001 1:00 PM

This should unhide all hidden columns:
Cells.EntireColumn.Hidden = False