Protecting cell contents

  • Thread starter Thread starter Robert Crandal
  • Start date Start date
R

Robert Crandal

I have about 5 cells on my sheet that contain formulas
which reference other sheets. I therefore want to prevent
users from accidentally changing or deleting these 5
formulas. They are free to modify any other data on the
sheet. How can I preserve these 5 cells which cointain
formulas without using the "Protect Sheet" options???

BTW, users have the ability to protect and unprotect this
sheet at any time with their own passwords, so it seems
like I need another way to protect my formulas. I mean,
once the user un-protects the sheet, they are able to
delete anything and everything on the sheet, so I'm looking
for another way to protect my specific cells.

thank you!
 
Then You have to use macro to be enabled on the workbook and use your
formula using selection change event
 
Do you mean I need to use Worksheet_Change() to check if those
cells are changed?? is that all??
 
Back
Top