+ Reply to Thread
Results 1 to 3 of 3

Stop users from accessing "Protection" option from "Tools" menu

  1. #1
    I Believe
    Guest

    Stop users from accessing "Protection" option from "Tools" menu

    Hi everyone,
    I was wondering how I might hide the "Protection" option from the "Tools"
    menu?

    TIA! have a nice day

  2. #2
    Chip Pearson
    Guest

    Re: Stop users from accessing "Protection" option from "Tools" menu

    Try

    Application.CommandBars.FindControl(ID:=30029).Visible = False


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com




    "I Believe" <[email protected]> wrote in message
    news:[email protected]...
    > Hi everyone,
    > I was wondering how I might hide the "Protection" option from
    > the "Tools"
    > menu?
    >
    > TIA! have a nice day




  3. #3
    I Believe
    Guest

    Re: Stop users from accessing "Protection" option from "Tools" men

    Thanks Chip, exactly what I wanted, but I've modified to:

    Application.CommandBars.FindControl(ID:=30029).Enable = False

    because I think this will be more transparant to my users about whats going
    on.

    Cheers.

    "Chip Pearson" wrote:

    > Try
    >
    > Application.CommandBars.FindControl(ID:=30029).Visible = False
    >
    >
    > --
    > Cordially,
    > Chip Pearson
    > Microsoft MVP - Excel
    > Pearson Software Consulting, LLC
    > www.cpearson.com
    >
    >
    >
    >
    > "I Believe" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hi everyone,
    > > I was wondering how I might hide the "Protection" option from
    > > the "Tools"
    > > menu?
    > >
    > > TIA! have a nice day

    >
    >
    >


+ 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