How do you lock a cell with data but still allow new data entry?

J

Jessica

I have a spreadsheet that will be accessed by multiple users. Each user will
fill out a row of data, save and close the spreadsheet. We do not want users
to edit rows after data is entered into a row of cells. Is there any way to
lock this data to prevent it from being edited? Thanks
 
G

Gord Dibben

Yes, but only with VBA and a Protected Worksheet.

The code for this is available.

Questions.................

1. You say users fill out a "row of data"...................how many
columns would that row contain?

e.g. A to F or ??

2. Do users fill out all cells in that row's range?


Gord Dibben MS Excel MVP
 

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