+ Reply to Thread
Results 1 to 3 of 3

Hide/Unhide Sheets

  1. #1
    Registered User
    Join Date
    01-12-2006
    Posts
    19

    Hide/Unhide Sheets

    Hello,

    I would like to hide Sheet called FrontPage and unhide SHeet Called SHeet1 once i have run the following macro.


    Sub showMe()
    UserForm1.Show
    End Sub

    Regards
    Runner77

  2. #2
    Gary Keramidas
    Guest

    Re: Hide/Unhide Sheets

    Worksheets("frontpage").Visible = False
    Worksheets("sheet1").Visible = True

    --


    Gary


    "Runner77" <Runner77.21prim_1137391802.1752@excelforum-nospam.com> wrote in
    message news:Runner77.21prim_1137391802.1752@excelforum-nospam.com...
    >
    > Hello,
    >
    > I would like to hide Sheet called FrontPage and unhide SHeet Called
    > SHeet1 once i have run the following macro.
    >
    >
    > Sub showMe()
    > UserForm1.Show
    > End Sub
    >
    > Regards
    > Runner77
    >
    >
    > --
    > Runner77
    > ------------------------------------------------------------------------
    > Runner77's Profile:
    > http://www.excelforum.com/member.php...o&userid=30388
    > View this thread: http://www.excelforum.com/showthread...hreadid=501576
    >




  3. #3
    Bob Phillips
    Guest

    Re: Hide/Unhide Sheets

    Maybe best to do it the other way around in case frontpage is the only
    visible sheet.

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Gary Keramidas" <GKeramidasATmsn.com> wrote in message
    news:eIxJkUmGGHA.216@TK2MSFTNGP15.phx.gbl...
    > Worksheets("frontpage").Visible = False
    > Worksheets("sheet1").Visible = True
    >
    > --
    >
    >
    > Gary
    >
    >
    > "Runner77" <Runner77.21prim_1137391802.1752@excelforum-nospam.com> wrote

    in
    > message news:Runner77.21prim_1137391802.1752@excelforum-nospam.com...
    > >
    > > Hello,
    > >
    > > I would like to hide Sheet called FrontPage and unhide SHeet Called
    > > SHeet1 once i have run the following macro.
    > >
    > >
    > > Sub showMe()
    > > UserForm1.Show
    > > End Sub
    > >
    > > Regards
    > > Runner77
    > >
    > >
    > > --
    > > Runner77
    > > ------------------------------------------------------------------------
    > > Runner77's Profile:
    > > http://www.excelforum.com/member.php...o&userid=30388
    > > View this thread:

    http://www.excelforum.com/showthread...hreadid=501576
    > >

    >
    >




+ 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