R
Robert Crandal
If I want to add/edit data onto a locked and password
protected sheet (to which I already know the password),
should my VBA code first "unprotect" the sheet, add
data, then "protect" the sheet again?? Or can my
VBA code simply write data onto the protected sheet??
(bypassing the whole lock and unlock procedure)
It seems to me that both methods might work....if that
is so, would any method be better than the other for
any reason???
thankx
protected sheet (to which I already know the password),
should my VBA code first "unprotect" the sheet, add
data, then "protect" the sheet again?? Or can my
VBA code simply write data onto the protected sheet??
(bypassing the whole lock and unlock procedure)
It seems to me that both methods might work....if that
is so, would any method be better than the other for
any reason???
thankx