+ Reply to Thread
Results 1 to 5 of 5

Hide Pages

  1. #1
    Gordon
    Guest

    Hide Pages

    Hi...is it possible to hide some (not all) excel pages that perhaps contain
    tables you don't want your staff to know?

    Thanks

    Gordon.

  2. #2
    davegb
    Guest

    Re: Hide Pages

    This forum deals with MS Project scheduling software. You should repost
    in an Excel forum.

    Gordon wrote:
    > Hi...is it possible to hide some (not all) excel pages that perhaps contain
    > tables you don't want your staff to know?
    >
    > Thanks
    >
    > Gordon.



  3. #3
    Gordon
    Guest

    Re: Hide Pages

    Dave...

    Looks like excel programming from my end. Are there some wires crossed
    somewhere?

    Thanks

    Gordon...

    "davegb" wrote:

    > This forum deals with MS Project scheduling software. You should repost
    > in an Excel forum.
    >
    > Gordon wrote:
    > > Hi...is it possible to hide some (not all) excel pages that perhaps contain
    > > tables you don't want your staff to know?
    > >
    > > Thanks
    > >
    > > Gordon.

    >
    >


  4. #4
    Graham Whitehead
    Guest

    Re: Hide Pages

    Hmmmm, dont know whats going on but look you've come the right place to me.
    In response to your original request you need something like:

    sheets("you sheet name here").visible=false
    or
    sheet1.visible=false

    to reverse just set it to true.

    "Gordon" <[email protected]> wrote in message
    news:[email protected]...
    > Dave...
    >
    > Looks like excel programming from my end. Are there some wires crossed
    > somewhere?
    >
    > Thanks
    >
    > Gordon...
    >
    > "davegb" wrote:
    >
    >> This forum deals with MS Project scheduling software. You should repost
    >> in an Excel forum.
    >>
    >> Gordon wrote:
    >> > Hi...is it possible to hide some (not all) excel pages that perhaps
    >> > contain
    >> > tables you don't want your staff to know?
    >> >
    >> > Thanks
    >> >
    >> > Gordon.

    >>
    >>




  5. #5
    NickHK
    Guest

    Re: Hide Pages

    Gordon,
    For Worksheets you have 3 choice for .Visible:
    ?xlSheetHidden
    0
    ?xlSheetVisible
    -1
    ?xlSheetVeryHidden
    2

    As you can see, the first 2 evaluate to False & True. The user can reverse
    these settings in the Format>Sheet>Hide/UnHide.
    However, if you use the 3rd option, the user cannot change, except by code.

    NickHK

    "Gordon" <[email protected]> wrote in message
    news:[email protected]...
    > Dave...
    >
    > Looks like excel programming from my end. Are there some wires crossed
    > somewhere?
    >
    > Thanks
    >
    > Gordon...
    >
    > "davegb" wrote:
    >
    > > This forum deals with MS Project scheduling software. You should repost
    > > in an Excel forum.
    > >
    > > Gordon wrote:
    > > > Hi...is it possible to hide some (not all) excel pages that perhaps

    contain
    > > > tables you don't want your staff to know?
    > > >
    > > > Thanks
    > > >
    > > > Gordon.

    > >
    > >




+ 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