Excel -Custom Password Form
Loading...
18,203
Loading...
Uploader Comments (rstcomputer)
see all
All Comments (13)
-
I will be using this in a current project. Thanks for the vid,
-
I tried the code but even if i type in the correct password in now it quits.
Any new code to sort this out???
-
Thanks for the feedback. :)
-
nice
Loading...
One more thing (soz)
how would you make the password come up as stars (*********).
Thanks
ISHITHEGREAT 11 months ago
@ISHITHEGREAT
Just set the property "PasswordChar" - you can put in any character you want to mask the real character being type. Most people use the "*"
rstcomputer 11 months ago
@ISHITHEGREAT
Just set the property "PasswordChar" - you can put in any character you want to mask the real character being type.
rstcomputer 11 months ago
Question?
How would you make the spreadsheet close when you exit the form when entering the Username and Password.
I would appreciate feedback as soon as possible.
Thanks.
ISHITHEGREAT 11 months ago
@ISHITHEGREAT
Use this code:
Application.DisplayAlerts = False
Application.Quit
rstcomputer 11 months ago