C
Chris
Hi All,
I'm hoping someone will be able to help with this.
I have a worksheet in which users select (double click) on a range of
cells, when they do this it changes the cell and font colour, records
the cell state and produces a report at the end giving them an update
of their score. the spreadsheet is laid out like below:
cell a1 Ques: Do you like work?
Cell b1 Yes
cell c1 No
cell d1 Maybe
The problem is I want to lock the cells so that no-one can delete or
amend the cells apart from the double click. I have tried normal
password protection to no avail (as all changes are locked) and have
also added in the following code:
ActiveSheet.Protect UserInterfaceOnly:=True
This almost does what I need except you can still hit either delete or
f2. Does anyone know of a way to limit a cell to only button
clicks?????
Any help / advice would be greatly appreciated.
Thanks in advance.
Chris
I'm hoping someone will be able to help with this.
I have a worksheet in which users select (double click) on a range of
cells, when they do this it changes the cell and font colour, records
the cell state and produces a report at the end giving them an update
of their score. the spreadsheet is laid out like below:
cell a1 Ques: Do you like work?
Cell b1 Yes
cell c1 No
cell d1 Maybe
The problem is I want to lock the cells so that no-one can delete or
amend the cells apart from the double click. I have tried normal
password protection to no avail (as all changes are locked) and have
also added in the following code:
ActiveSheet.Protect UserInterfaceOnly:=True
This almost does what I need except you can still hit either delete or
f2. Does anyone know of a way to limit a cell to only button
clicks?????
Any help / advice would be greatly appreciated.
Thanks in advance.
Chris