J
Josh
Is there a way to use VBA to automatically lock (protect) my sheet every 2
hours? Only certain employees are allowed to modify it, and they are
forgetting to lock it at the end of their shift. So far I have come up with
this:
Sub ProtectSheet()
ActiveSheet.Protect (password)
End Sub
Can anyone point me towards a source of info on how to do this at 2 hour
intervals?
Thanks in advance...
hours? Only certain employees are allowed to modify it, and they are
forgetting to lock it at the end of their shift. So far I have come up with
this:
Sub ProtectSheet()
ActiveSheet.Protect (password)
End Sub
Can anyone point me towards a source of info on how to do this at 2 hour
intervals?
Thanks in advance...