G
Guest
hello,
Is there an easier way to unhide all the sheets in a workbook or hide a
large number of them without having to select each sheet individually.
I currently use something like this:
Sheet("sheet1").visible = true
Sheet("sheet2").visible = true
Sheet("sheet3").visible = true
Sheet("sheet4").visible = true
Sheet("sheet5").visible = true
Can I do this in a simpler statement.
Thank You,
Is there an easier way to unhide all the sheets in a workbook or hide a
large number of them without having to select each sheet individually.
I currently use something like this:
Sheet("sheet1").visible = true
Sheet("sheet2").visible = true
Sheet("sheet3").visible = true
Sheet("sheet4").visible = true
Sheet("sheet5").visible = true
Can I do this in a simpler statement.
Thank You,