View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_5_] Bob Phillips[_5_] is offline
external usenet poster
 
Posts: 620
Default Contect Menu Help

Try

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

--
HTH

-------

Bob Phillips
... looking out across Poole Harbour to the Purbecks


"Mr P M Edy" wrote in message
...
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........