Hello everyone,
How can I make this module:
Sub UnhideAll()
Columns.EntireColumn.Hidden = False
Rows.EntireRow.Hidden = False
End Sub
Work on all sheets and not only on the one I am viewing? Is there another way?
Also, is it possible to exempt specific columns & rows on specific sheets?
Thank you in advance!
How can I make this module:
Sub UnhideAll()
Columns.EntireColumn.Hidden = False
Rows.EntireRow.Hidden = False
End Sub
Work on all sheets and not only on the one I am viewing? Is there another way?
Also, is it possible to exempt specific columns & rows on specific sheets?
Thank you in advance!