Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I have a spreadsheet with many tabs, and am trying to keep things simple for
the end users. Is there a way to hyperlink to or create a button w/macro that goes to a hidden worksheet? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
A hyperlink will not work on a hidden sheet.
This code attached to a button shows the sheet "Salaries"... '-- Sub LetsSeeIt() Worksheets("Salaries").Visible = True End Sub '-- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware "JoeleneW" wrote in message... I have a spreadsheet with many tabs, and am trying to keep things simple for the end users. Is there a way to hyperlink to or create a button w/macro that goes to a hidden worksheet? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hyperlink to an image in other worksheet, displaying entire image. | Excel Worksheet Functions | |||
hyperlink to another worksheet | Excel Worksheet Functions | |||
Can specific cells on a worksheet be hidden & password protected? | Excel Worksheet Functions | |||
Macro to search for and display data in another worksheet | Excel Worksheet Functions | |||
Indirect reference from one worksheet to another | Excel Worksheet Functions |