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_
Bookmarks