Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |