+ Reply to Thread
Results 1 to 2 of 2

Thread: Hiding tools/options

  1. #1
    gfkbob
    Guest

    Hiding tools/options

    Is there a way to hide the menu item tools/options from end users?

  2. #2
    Ron de Bruin
    Guest

    Re: Hiding tools/options

    Run this in the workbook activate and in the deactivate set it to True

    Application.CommandBars("Worksheet Menu Bar").FindControl _
    (ID:=522, Recursive:=True).Enabled = False

    See also
    http://www.rondebruin.nl/menuid.htm

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "gfkbob" <gfkbob@discussions.microsoft.com> wrote in message news:378A594F-5922-409F-ADCE-10F8210A26F5@microsoft.com...
    > Is there a way to hide the menu item tools/options from end users?




+ 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.2.0