+ Reply to Thread
Results 1 to 3 of 3

Open Hidden sheets to specific point

  1. #1
    Registered User
    Join Date
    02-14-2005
    Posts
    69

    Talking Open Hidden sheets to specific point

    Hi All,

    Lets hope my internet won't crash before this one posts...AGAIN...lol

    I have hidden sheets that I have got a macro to open once the button is selected, but I want the macro to open at a specific point.

    Here is the END only of the macro

    Sheet54.Visible = xlSheetVisible
    Sheet2.Visible = xlSheetVisible
    Range("C8").Select
    End Sub

    How do I do this, so that Sheet26 is the one that the macro opens at?

    Thanks in advance
    Sandi

  2. #2
    JMB
    Guest

    RE: Open Hidden sheets to specific point

    At the end try using

    Sheet26.Activate
    Range("YourRange").Activate


    "rhani111" wrote:

    >
    > Hi All,
    >
    > Lets hope my internet won't crash before this one posts...AGAIN...lol
    >
    > I have hidden sheets that I have got a macro to open once the button is
    > selected, but I want the macro to open at a specific point.
    >
    > Here is the END only of the macro
    >
    > Sheet54.Visible = xlSheetVisible
    > Sheet2.Visible = xlSheetVisible
    > Range("C8").Select
    > End Sub
    >
    > How do I do this, so that Sheet26 is the one that the macro opens at?
    >
    > Thanks in advance
    > Sandi
    >
    >
    > --
    > rhani111
    > ------------------------------------------------------------------------
    > rhani111's Profile: http://www.excelforum.com/member.php...o&userid=19940
    > View this thread: http://www.excelforum.com/showthread...hreadid=556276
    >
    >


  3. #3
    Registered User
    Join Date
    02-14-2005
    Posts
    69

    Smile

    Thank you ...Thank you...oh Thank you...


    Worked perfectly!!!!!
    Sandi

+ 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