![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Posts: 4
|
Hello
I create a book with a large # of sheets using the first sheet as a "Table of Content" with hyperlinks to another sheet. Does anyone know how to create a macros that will, as one opens the file, open to the Table of contents? Any help will be greatly received. I dont know VB so im out of luck and I obviously don't know excel that well. Thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Mar 2002
Location: London, UK
Posts: 167
|
Paste this code into the "ThisWorkbook" module in the Visual Basic Editor... Private Sub Workbook_Open() Sheets("Table of Contents").Select End Sub
__________________
<table style="background-color:#0e54be" cellspacing="1" cellpadding="2"><td style="background-color:#ceffff;font-family:arial;color:#072c63;font-size:8pt;">***DALEY** :P**</td></table> |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|