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 help --- Commandbars

Works fine for me.

--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

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