View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Wayne Wayne is offline
external usenet poster
 
Posts: 133
Default help --- Commandbars

Hi,

Could someone tell me why
MsgBox Application.CommandBars("Cell").Controls("Insert.. .").ID
is giving me a invalid procedure call or argument error.

I'm actually trying to disable insert and delete from Cell and Row right
click.

The delete is working fine
Application.CommandBars("Cell").Controls("Delete.. .").enable = False, but
insert gives me the error....

Help
wAyne_