Is there any keyboard shortcut to iterate through Excel's worksheet tabs more easily?
Maybe something that would allow me to see all the tabs together and select one of them to switch to it.
5 Answers
Right click on any bottom corner left arrow keys, you will see list of all sheets and select the required sheet on the workbook.
Refer my screenshot:-
Windows:
Switch between worksheets: CtrlPgDn or CtrlPgUp
Switch between workbooks: CtrlTab or CtrlShiftTab
OS X:
Switch between worksheets:
FnCtrl↓ or FnCtrl↑ on a small keyboard
Ctrl⇞ or Ctrl⇟ on a keyboard with numpadSwitch between workbooks: CtrlTab
For mac OSX:
To switch between tabs in a worksheet: Fn + Command + up/down!
To cycle between sheets press Option + (Left or Right Arrow)
1Do this:
- Use Alt+F11 to add a new module
Paste
Sub ShowAllSheets() Application.CommandBars("Workbook tabs").ShowPopup End SubClose the window and use Alt+F8 to open the macro running window
Click on
ShowAllSheetsand options on the sideAdd shortcut.