#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5
Default Index Page

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Index Page

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
llink pages in workbook to an index which is on page 2 Patricia Excel Discussion (Misc queries) 1 October 29th 09 03:08 PM
Open Index Page Paul Excel Discussion (Misc queries) 1 April 2nd 08 12:48 PM
how do i print an index 2 columns to a page fraser Setting up and Configuration of Excel 1 January 11th 08 07:36 PM
How do I create a first page index of worksheets in my workbook? Sam Excel Worksheet Functions 7 August 26th 07 04:52 PM
How do I set up an index page that opens other wkshts? Amie Excel Discussion (Misc queries) 3 May 2nd 05 08:38 PM


All times are GMT +1. The time now is 02:42 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"