Unprotect Macro
Posted by lucky on February 05, 2002 8:41 AM
Hi All
I am wishing to run a macro that unprotects and protects the activesheet at the beginning and end of a procedure. I have many similar sheets I wish to apply this to. The trick is that the password is actually held as a reference number in cell D8 and therefore attempted this (at the start):
ActiveSheet.Unprotect (" & ActiveSheet.Range ""d8"" & ")
which didn't work.
Any ideas??
Cheers!