Robert Mika
MrExcel MVP
- Joined
- Jun 29, 2009
- Messages
- 7,256
Here's what I want:
- The ability to multi-select sheets from the Unhide sheets dialog so that I can unhide more than 1 at a time.
Sub UnhideAllSheets()
Dim ws As Worksheet
For Each ws In ActiveWorkbook.Worksheets
ws.Visible = xlSheetVisible
Next ws
End Sub
@deletedalien, I don't think that was exactly what Jon meant (he is probably aware how to loop through sheets with code ), I think you will find Jon wanted to be able to manually select multiple individual sheets in the unhide sheets dialog... think the equivalent of holding Ctrl and then clicking individual cells in a spreadsheet.
(he is probably aware how to loop through sheets with code )
I wouldn't be too sure about that - you'd be amazed at some of the things he doesn't know...
If that is the case I would suggest getting more practice on one of those Excel forums you hear about. Now if I can just remember where I last saw one....
Probably not as they tend to not over-react here but maybe not the wisest move to test that.