LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Hyperlinks to hidden sheets

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
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
How to remove hyperlinks hidden in Excel spreadsheet Don Excel Discussion (Misc queries) 2 July 25th 06 08:48 PM
Hidden Sheets QUESTION-MARK Excel Worksheet Functions 4 May 19th 06 07:06 PM
Unhide hidden sheets Minos Excel Discussion (Misc queries) 1 November 25th 05 05:07 PM
Hyperlinks with hidden worksheets MPB Excel Discussion (Misc queries) 4 May 2nd 05 11:48 AM
Hyperlinks With Workbook With Hidden Sheets MPB Excel Discussion (Misc queries) 0 April 27th 05 05:30 PM


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