+ Reply to Thread
Results 1 to 3 of 3

popup menu commandbar

Hybrid View

  1. #1
    Edward
    Guest

    popup menu commandbar

    I would like to dissable the popup menus that appear when I right-click on a
    row or cell on a Worksheet.

    I have been successful at disabling the row one with:
    Application.CommandBars("Row").Enable = False
    I used a similar line for the 'Cell' menu.

    My problem is that I'm still getting a menu when I right-click on a cell.
    Does anyone know what the menu is or name of this menu.

    Thanks

    Ed

  2. #2
    Jim Thomlinson
    Guest

    RE: popup menu commandbar

    Here are the right click menus

    Application.CommandBars("PLY").Enabled = False 'Sheet Tabs
    Application.CommandBars("Row").Enabled = False 'Row
    Application.CommandBars("Column").Enabled = False 'Column
    Application.CommandBars("Cell").Enabled = False 'Cell

    --
    HTH...

    Jim Thomlinson


    "Edward" wrote:

    > I would like to dissable the popup menus that appear when I right-click on a
    > row or cell on a Worksheet.
    >
    > I have been successful at disabling the row one with:
    > Application.CommandBars("Row").Enable = False
    > I used a similar line for the 'Cell' menu.
    >
    > My problem is that I'm still getting a menu when I right-click on a cell.
    > Does anyone know what the menu is or name of this menu.
    >
    > Thanks
    >
    > Ed


  3. #3
    Norman Jones
    Guest

    Re: popup menu commandbar

    Hi Ed,

    Try:

    Application.CommandBars("Cell").Enabled=False


    --
    Regards,
    Norman


    "Edward" <Edward@discussions.microsoft.com> wrote in message
    news:22920BDB-F692-4A58-94EE-05E6A8CEEAB6@microsoft.com...
    >I would like to dissable the popup menus that appear when I right-click on
    >a
    > row or cell on a Worksheet.
    >
    > I have been successful at disabling the row one with:
    > Application.CommandBars("Row").Enable = False
    > I used a similar line for the 'Cell' menu.
    >
    > My problem is that I'm still getting a menu when I right-click on a cell.
    > Does anyone know what the menu is or name of this menu.
    >
    > Thanks
    >
    > Ed




+ 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