ElvisSteel
Board Regular
- Joined
- Mar 23, 2009
- Messages
- 122
Hi,
I have a sheet on which I want the user to double click on a cell in order to trigger some code. I don't want the cell to be edited, so the cell is locked. When I double click on it, the code triggers OK, but I get the message:
"The cell or chart you are trying to change is protected...."
Is it possible to stop this message from appearing, I have tried setting Application.DisplayAlerts = False but this doesn't seem to work.
On a similar point, can the standard right-click menu also be disabled? (the one with Cut, Copy, Paste .... Hyperlink etc)
Thanks
Steve
I have a sheet on which I want the user to double click on a cell in order to trigger some code. I don't want the cell to be edited, so the cell is locked. When I double click on it, the code triggers OK, but I get the message:
"The cell or chart you are trying to change is protected...."
Is it possible to stop this message from appearing, I have tried setting Application.DisplayAlerts = False but this doesn't seem to work.
On a similar point, can the standard right-click menu also be disabled? (the one with Cut, Copy, Paste .... Hyperlink etc)
Thanks
Steve