Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Maybe put a button from the Forms toolbar on a worksheet.
Assign it a macro that looks like: Option Explicit Sub testme() With Worksheets("hiddennamehere") .Visible = xlSheetVisible .Select End With End Sub If you're new to macros, you may want to read David McRitchie's intro at: http://www.mvps.org/dmcritchie/excel/getstarted.htm Aggie G wrote: Any direction on how to do this? I have never done that before. "Dave Peterson" wrote: Maybe you can replace the hyperlink with a macro that unhides the worksheet and then selects that worksheet. Aggie G wrote: I have workbook with hidden sheets and I would like to create a hyperlink to open these sheets when clicked. I know that if they are hidden the hyperlink will not work. What can I do to make this work? -- Dave Peterson -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to remove hyperlinks hidden in Excel spreadsheet | Excel Discussion (Misc queries) | |||
Hidden Sheets | Excel Worksheet Functions | |||
Unhide hidden sheets | Excel Discussion (Misc queries) | |||
Hyperlinks with hidden worksheets | Excel Discussion (Misc queries) | |||
Hyperlinks With Workbook With Hidden Sheets | Excel Discussion (Misc queries) |