+ Reply to Thread
Results 1 to 4 of 4

Hyperlink to Hidden tabs then hide again after completed data input.

  1. #1
    Registered User
    Join Date
    07-20-2012
    Location
    New york, NY
    MS-Off Ver
    Excel 2010
    Posts
    9

    Hyperlink to Hidden tabs then hide again after completed data input.

    I have a home page and 20 other tabs. I would like to work off the home page and hyperlink to one or more of the other 20 tabs and hide them by clicking on a close tab or return to home and have them close.
    I have code that can open hidden tabs but I can't get the tabs to hide once I'm finished inputing. I've tried a number of VB codes but keep errors.

    I would really appreciate it if anyone knows how to do this. I know it can be done I just can't make it happen I'm a bit new to the VB game.

    Thanks in advance...

    Toli
    Last edited by Toli; 08-15-2012 at 03:50 PM. Reason: try to bold the headline

  2. #2
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Hyperlink to Hidden tabs then hide again after completed data input.

    Why not use buttons instead of hyperlink?
    there you could put all your codes in every button.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Hyperlink to Hidden tabs then hide again after completed data input.

    I would use a single macro in the ThisWorkbook module whose sole job is to hide every sheet when it is deactivated, except for the home sheet...sheet1, for instance.

    Please Login or Register  to view this content.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    07-20-2012
    Location
    New york, NY
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Hyperlink to Hidden tabs then hide again after completed data input.

    Thanks Jerry...
    This along with another piece of VB that I use works just like I need it to.

    ---------- Post added at 07:31 PM ---------- Previous post was at 07:23 PM ----------

    Hi Vlady,
    Thank you for the idea I tried the Button but I need to give the user the capabilty to jump to any page in the 20 at any time. So I went with text validation drop down window where the user clicks chooses the page then double clicks and is Hyperlinked. This can also be set up to automaticaly hyperlink from one to the other by setting up the dropdown windows. In this way you just need to double click and go without making a choice.
    Thanks again I appreciate your help. Toli...

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1