+ Reply to Thread
Results 1 to 2 of 2

Difficult protection request

  1. #1
    Registered User
    Join Date
    07-19-2005
    Posts
    26

    Difficult protection request

    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??

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394
    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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1