shortcut key to select all worksheets?

  • Thread starter Thread starter annoni
  • Start date Start date
A

annoni

Is there a shortcut key to select and deselect all worksheets in a file?
Thanks.
 
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
 
Put a shortcut key on this macro and you can do it:

Sub doit()

Sheets.Select
End Sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top