Keyboard Shortcut to View all Worksheets (Excel 2010)

peteradamsims

New Member
Joined
Oct 31, 2019
Messages
5
Hi,

Is there a keyboard shortcut to view all the worksheets in a workbook? I know how to right click on the <> arrows to view all the worksheets but wondered if there was a shortcut?

Thanks

Peter
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
It would be possible with a macro, but you would need to create a userform, with a listbox & all the relevant code.
Which seems a bit of overkill, just to avoid using the right click.

EDIT:
Ignore this, I was wrong. See post below.
 
Last edited:
Upvote 0
You can use:

Code:
application.CommandBars("Workbook tabs").ShowPopup

in a macro.
 
Upvote 0

Forum statistics

Threads
1,216,180
Messages
6,129,342
Members
449,505
Latest member
Alan the procrastinator

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top