G
Guest
Hell
I have a problem. I have a protected sheet that i want to insert a number in to a cell, using at the moment
Private Sub Workbook_Open(
Worksheets("Sheet1").Selec
Range("I2").Value = Range("I2") +
End Su
This works, but only if i leave the cell it is writing to unlocked. I need somehow to unlock, input the number, and lock it again once the above has done it's thing
Any Suggestions please??
I have a problem. I have a protected sheet that i want to insert a number in to a cell, using at the moment
Private Sub Workbook_Open(
Worksheets("Sheet1").Selec
Range("I2").Value = Range("I2") +
End Su
This works, but only if i leave the cell it is writing to unlocked. I need somehow to unlock, input the number, and lock it again once the above has done it's thing
Any Suggestions please??