R
Ryan Tisserand
I have an open form event that triggers a restricted form in vba.
strPasswd = InputBox("Enter Password", "Restricted Form")
The form is only code, not an actual form. How do I astrisks out the
password that is entered?
strPasswd = InputBox("Enter Password", "Restricted Form")
The form is only code, not an actual form. How do I astrisks out the
password that is entered?