To prevent a user from deleting and renaming a sheet in a workbook

S

Subodh

My code takes the number of sheets and the sheets name as arguments.
and i have fixed that.
I want to prevent the user from deleting any sheet or renaming them
How can i do that?
Thanks in advance.
 
D

Dave Peterson

Is it ok to stop them from moving and inserting sheets?

If yes, then you could protect the workbook's structure:
Tools|Protection|protect workbook
(in xl2003 menus)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top