Create Index page with hyperlinks to sheets
This is solution to: "Hyperlink Macro that converts a list of sheet names to hyperlinks to the sheets", at: http://excelexperts.com/hyperlink-macro-converts-list-sheet-names-hyperl....
To create an index page with hyperlinks to all sheets in a workbook:
1. First, insert a new sheet and name it "Index"
2. In VBE (Alt+F11), select "Index" sheet and paste the code from the attached .txt file into the right pane:
3. Run Macro "CreateIndex"
Also, macro adds a link to the index page at each workshett, at address A1. If you want it at different address, change "A1" in the following line accordingly:
.Range("A1").Name = "Start" & wSheet.Index
Example .xlsm file attached, along with .txt file containing code.
Attachment | Size |
---|---|
CreateIndexPage.xlsm | 16.95 KB |
CreateIndexPage.txt | 926 bytes |
- Almir's blog
- Login or register to post comments
- 5743 reads
Recent comments
5 years 34 weeks ago
6 years 20 weeks ago
6 years 32 weeks ago
6 years 35 weeks ago
6 years 36 weeks ago
6 years 42 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago
6 years 50 weeks ago