Shortcut key??

G

Guest

In Excel 2003 or 2007, there are four buttons(arrows) in the lower left
corner, that allow the user to toggle between sheets. If you right click the
mouse (on this area), a listing of all the sheets appears. Is there any way
that you can get the listing of the sheets, just by using the keyboard (not
using the mouse)?
 
C

Chip Pearson

I don't think there is a built in shortcut key, but you could assign the
following code to the key of your choice:

Sub ShowTabList()
Application.CommandBars("Workbook Tabs").ShowPopup
End Sub

--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)
 

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

Top