Results 1 to 8 of 8

Custom Right-Click Menu & Submenu

Threaded View

  1. #1
    Registered User
    Join Date
    01-01-2005
    MS-Off Ver
    2007
    Posts
    368

    Custom Right-Click Menu & Submenu

    Hi,

    I want to create a right click custom menu so that it only shows the my options. By this I mean that I want to hide or disable the default options.

    I know I can disable options this way:

            With Application
                .CommandBars("Cell").Controls("Cut").Visible = False
                .CommandBars("Cell").Controls("Filter").Visible = False
                .CommandBars("Cell").Controls("Sort").Visible = False
            End With
    It's possible to disable all the default options? How can I get the list of all CommandBars("Cell")?

    Regards,
    Elio Fernandes
    Last edited by efernandes67; 08-05-2010 at 06:35 PM.

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