Hi,
I'd like to require a password before the button can be "pushed". I'm not great with macros, so I'm really just looking for what I need to add to my current code. This is the macro I have assigned to the button:
Sub sHideASheet()
Sheets("Sheets2").Visible = True
Sheets("Sheets3").Visible = True
End Sub
I've tried a few of the suggestions from previous posts, but none seem to work for me. I don't know if it makes a difference, but the sheets being unhidden are very hidden. Any help is appreciated!
I'd like to require a password before the button can be "pushed". I'm not great with macros, so I'm really just looking for what I need to add to my current code. This is the macro I have assigned to the button:
Sub sHideASheet()
Sheets("Sheets2").Visible = True
Sheets("Sheets3").Visible = True
End Sub
I've tried a few of the suggestions from previous posts, but none seem to work for me. I don't know if it makes a difference, but the sheets being unhidden are very hidden. Any help is appreciated!