A annoni Jun 10, 2008 #1 Is there a shortcut key to select and deselect all worksheets in a file? Thanks.
G Gord Dibben Jun 10, 2008 #2 None that I know of other than CTRL + SHIFT + keep hitting pagedown until all are selected. The CTRL + pageup to unselect all but one. Gord Dibben MS Excel MVP
None that I know of other than CTRL + SHIFT + keep hitting pagedown until all are selected. The CTRL + pageup to unselect all but one. Gord Dibben MS Excel MVP
M Mike H. Jun 10, 2008 #3 Put a shortcut key on this macro and you can do it: Sub doit() Sheets.Select End Sub