Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to write an Excel program with secure data acquisition and need to
lock each cell following entry. Is there an easy way to do this other than unprotecting the spreadsheet each time and identifying the new cell set to be locked? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
To the best of my knowledge, the sheet has to be unprotected at the time you
change the locked property. That said, it is trivial in code to add the unprotect and protect commands before and after you change the locked property of the cell. -- Regards, Tom Ogilvy "JimI" wrote in message ... I need to write an Excel program with secure data acquisition and need to lock each cell following entry. Is there an easy way to do this other than unprotecting the spreadsheet each time and identifying the new cell set to be locked? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can I lock a cell after data entry so entry can not be changed | Excel Discussion (Misc queries) | |||
Lock out data entry in a cell | Excel Discussion (Misc queries) | |||
lock cell conditional format but not restrict data entry | Excel Worksheet Functions | |||
Lock Cell After Data Entry | Excel Discussion (Misc queries) | |||
Is there a way to lock out the format for the cell and still allow data entry and C&P? | New Users to Excel |