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
Bookmarks