Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear all
i have a quite big workbook with more than 20 small sheets. i woul like to create a sheets which will work as an index page. e.g i would like to hit on the name and the user go directly to the rigth sheet. There is anyway that i can do this by a formula or i have to use visual basic? Thanks in advance Manos |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Manos
Check out http://www.mvps.org/dmcritchie/excel/buildtoc.htm Don't you like the right click on the arrows on the left off the sheet tabs. Or with a macro Sub SheetList_CP() 'Chip Pearson, 2002-10-29, misc., %23ByZYZ3fCHA.1308%40tkmsftngp11 'Dave Peterson, same date/thread, 3DBF0BA8.4DAE9DA0%40msn.com On Error Resume Next Application.CommandBars("Workbook Tabs").Controls("More Sheets...").Execute If Err.Number 0 Then Err.Clear Application.CommandBars("Workbook Tabs").ShowPopup End If On Error GoTo 0 End Sub You can sort your sheets if you want like this http://www.cpearson.com/excel/sortws.htm -- Regards Ron de Bruin (Win XP Pro SP-1 XL2002 SP-2) www.rondebruin.nl "Manos" wrote in message ... Dear all i have a quite big workbook with more than 20 small sheets. i woul like to create a sheets which will work as an index page. e.g i would like to hit on the name and the user go directly to the rigth sheet. There is anyway that i can do this by a formula or i have to use visual basic? Thanks in advance Manos |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
llink pages in workbook to an index which is on page 2 | Excel Discussion (Misc queries) | |||
Open Index Page | Excel Discussion (Misc queries) | |||
how do i print an index 2 columns to a page | Setting up and Configuration of Excel | |||
How do I create a first page index of worksheets in my workbook? | Excel Worksheet Functions | |||
How do I set up an index page that opens other wkshts? | Excel Discussion (Misc queries) |