ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Cell value & hyperlink (https://www.excelbanter.com/excel-worksheet-functions/45662-cell-value-hyperlink.html)

livin

Cell value & hyperlink
 
I have a workbook with 250 sheets... named like so Sheet01...Sheet250

I want a cell to contain the number value of each sheet (01, 02, etc) while
also being a hyperlink so when the cell is clicked the workbook
automatically displays that sheet.

Any ideas?



Norman Jones

Hi Livin,

Visit David McRitchie's site and see his Table of Contents page at:

http://www.mvps.org/dmcritchie/excel/buildtoc.htm


---
Regards,
Norman



"livin" wrote in message
news:wrlWe.97115$Ji4.15580@fed1read03...
I have a workbook with 250 sheets... named like so Sheet01...Sheet250

I want a cell to contain the number value of each sheet (01, 02, etc)
while also being a hyperlink so when the cell is clicked the workbook
automatically displays that sheet.

Any ideas?




bigwheel

This could be done with a combo box on Sheet01. Somewhere out-of-sight, list
the sheet names (Sheet01, Sheet02 etc) in a column then with the combo box
properties set the InputRange i.e. $BA$1:$BA$250 and put a cell link value,
say, BB1 then set this macro to run when the combo box is used:-

Sub DropDown1_Change()
NewSheet = Cells(1, 54)
Sheets(NewSheet).Select
End Sub

"livin" wrote:

I have a workbook with 250 sheets... named like so Sheet01...Sheet250

I want a cell to contain the number value of each sheet (01, 02, etc) while
also being a hyperlink so when the cell is clicked the workbook
automatically displays that sheet.

Any ideas?





All times are GMT +1. The time now is 05:40 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com