springy2003
Instructor
Hi, I am sure this can be done. I want to be able to protect a sheet, and at the same time, using a password. The current macro I have is as follows
Sub Protect()
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
End Sub
but the thing is, it only protects the sheets, but it doesn't use a password. Is there anyway to bring up a box so that a user can type in their own password. Thanks so much!
Sub Protect()
ActiveSheet.Protect DrawingObjects:=True, Contents:=True, Scenarios:=True
End Sub
but the thing is, it only protects the sheets, but it doesn't use a password. Is there anyway to bring up a box so that a user can type in their own password. Thanks so much!