R
Robert Crandal
My entire spreadsheet is locked/password protected in
such a manner that users cannot select any locked or unlocked
cells.
However, if a user double clicks on any cell, Excel will display
a dialog box that says the following:
"The cell or chart you are trying to change is protected and
therefore read-only!...." etc, etc....
Is it possible to disable this particular dialog box so I can display
my own custom userform instead?? Can I somehow place some
code in the "Worksheet_BeforeDoubleClick()" event subroutine
to tell Excel to display my own custom userform??
Thank you everyone!
such a manner that users cannot select any locked or unlocked
cells.
However, if a user double clicks on any cell, Excel will display
a dialog box that says the following:
"The cell or chart you are trying to change is protected and
therefore read-only!...." etc, etc....
Is it possible to disable this particular dialog box so I can display
my own custom userform instead?? Can I somehow place some
code in the "Worksheet_BeforeDoubleClick()" event subroutine
to tell Excel to display my own custom userform??
Thank you everyone!