Contect Menu Help

  • Thread starter Thread starter Mr P M Edy
  • Start date Start date
M

Mr P M Edy

Hi,

I need to disable the right-click contect menu for pictures and word
art. I have already tried -

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

But that removes the main toolbar only, the main of what i am trying
to achieve is to prevent cut and paste, but the rest of the options
are of no use so i might as well disable the complete menu.

Any help will greatly be appreciated.

PM EDY........
 
Try

Application.CommandBars("Pictures Context Menu").Enabled = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top