View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Delete Chart shortcut menu

Do you mean

CommandBars("Chart Type...").Enabled = False

instead?



--

HTH

RP
(remove nothere from the email address if mailing direct)


"Avi" wrote in message ...
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