S
Stig - tame racing driver
I have a password protect sheet, and all I'm after is a way to automatically
unlock the sheet when certain uses (admin) open it
I did have a go using this
If Environ = ("username") Then
ActiveSheet.Unprotect Password:="password"
Regards
unlock the sheet when certain uses (admin) open it
I did have a go using this
If Environ = ("username") Then
ActiveSheet.Unprotect Password:="password"
Regards