Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
livin
 
Posts: n/a
Default 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?


  #2   Report Post  
Norman Jones
 
Posts: n/a
Default

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?



  #3   Report Post  
bigwheel
 
Posts: n/a
Default

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?



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
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Hyperlink a word within a cell kchambers Excel Discussion (Misc queries) 2 March 9th 05 03:29 PM
hyperlink an excel cell to a specific location wthin application f dirtboy Excel Discussion (Misc queries) 0 January 17th 05 08:03 PM
Using a formula in a Hyperlink Cell reference sslabbe Excel Discussion (Misc queries) 4 December 10th 04 12:30 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 03:41 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"