View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mr P M Edy Mr P M Edy is offline
external usenet poster
 
Posts: 2
Default Contect Menu Help

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........