M
Morgimo
I have the following code:
If InputBox("To run update, please enter the password:") <> "password" Then
Exit Sub
What is the code to get the password to display as ******** as they type?
Thanks,
Jacob
If InputBox("To run update, please enter the password:") <> "password" Then
Exit Sub
What is the code to get the password to display as ******** as they type?
Thanks,
Jacob