M
Mary Kathryn
I have a spreadsheet where I don't want users to be able to delete a
worksheet. How do I code it so that the "Delete..." on the shortcut
menu for the worksheet tabs is disabled? I'm thinking that part of the
code is:
Controls("Delete...").enabled=False
but can't figure out the rest.
Thanks for any help!
worksheet. How do I code it so that the "Delete..." on the shortcut
menu for the worksheet tabs is disabled? I'm thinking that part of the
code is:
Controls("Delete...").enabled=False
but can't figure out the rest.
Thanks for any help!