Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I know you can right click on the tab scrolling buttons to get a (short) list
of all worksheets and the option 'More sheets...' opens a window called "Activate". is there a keyboard shortcut or a macro to invoke that "Activate" window? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Here's a sub by Jim Rech
Sub SheetNav() On Error Resume Next If ActiveWorkbook.Sheets.Count <= 16 Then Application.CommandBars("Workbook Tabs"). _ ShowPopup 500, 225 Else Application.CommandBars("Workbook Tabs"). _ Controls("More Sheets...").Execute End If On Error GoTo 0 End Sub -- Max Singapore http://savefile.com/projects/236895 xdemechanik --- "Willem Jan" wrote: I know you can right click on the tab scrolling buttons to get a (short) list of all worksheets and the option 'More sheets...' opens a window called "Activate". is there a keyboard shortcut or a macro to invoke that "Activate" window? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks for posting this Max.
One I had not seen before. Also thanks to Jim for the code. Gord Dibben MS Excel MVP On Tue, 25 Sep 2007 23:04:04 -0700, Max wrote: Here's a sub by Jim Rech Sub SheetNav() On Error Resume Next If ActiveWorkbook.Sheets.Count <= 16 Then Application.CommandBars("Workbook Tabs"). _ ShowPopup 500, 225 Else Application.CommandBars("Workbook Tabs"). _ Controls("More Sheets...").Execute End If On Error GoTo 0 End Sub |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
use shortcut key to navigate to formula bar | Excel Discussion (Misc queries) | |||
Navigate between worksheets | Excel Worksheet Functions | |||
Is there a keystoke to navigate between worksheets? | Excel Worksheet Functions | |||
Is there a keystoke to navigate between worksheets in a workbook? | Excel Discussion (Misc queries) | |||
view list of worksheets contained within a workbook | Excel Worksheet Functions |