Difficult protection request

  • Thread starter Thread starter Siberian
  • Start date Start date
S

Siberian

I have a sheet in which I want to protect certain cells from being
changed, but the user still needs to able to insert new rows. Of
course, deleting my "original" rows is out of the question, but they
may delete their own inserted rows as they wish. Is there any way this
can be done??
 
Not without some VBA code. You would have to trap the insert events,
unlock the spreadsheet, insert the rows and then lock it again. You
would also need to keep a record of which rows has been inserted so you
could determine if they are allowed to delete them.

Matt
 

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

Back
Top