Hi!
What code do I use to Unhide mutiple sheets rather than one at a time?
I've tried sheets("sheet1", "sheet2").Visible = True it does'nt work.
Thanks for any help
Hi!
What code do I use to Unhide mutiple sheets rather than one at a time?
I've tried sheets("sheet1", "sheet2").Visible = True it does'nt work.
Thanks for any help
Good evening Brian Matlack
These three lines should do the trick.
For Each Sht In ActiveWorkbook.Sheets
Sht.Visible = True
Next Sht
HTH
DominicB
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks