View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
avi avi is offline
external usenet poster
 
Posts: 195
Default Delete Chart shortcut menu

Hello,

I try to disable the shortcut menu of an embedded chart with the following line:

Sub Menu()
CommandBars("Chart").Enabled = False
End Sub

I do not get any error message, but the shortcut menu is still there

Any help will be very appreciated

Avi
www.avibenita.com