How to make a Password login screen in excel

T

TMO

Anyone know how I can make a password login screen on excel? I need on
to make my project look more professional.

Please help.

Thanks
 
B

Bob Phillips

Create a userform with a textbox. You can specify the Password property so
that it echoes * back.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
J

J.E. McGimpsey

Note, however, that using VBA/Userforms for password protection is
highly insecure compared to XL's built in file passwords (not the
worksheet or workbook passwords, though).

If you're using passwords for your user's convenience (i.e., to keep
them from inadvertently modifying sheet(s)), the userform is a nice
way to go.

If you're using passwords for security, however (i.e,. to control
user access to information or code), *being* professional (as
opposed to looking that way) requires that you not use VBA.
 
S

ste mac

TMO,
I have a spreadsheet written by Dave Hawley.

I think it will do what you want... just post back
if you want me to send it to you...

seeya ste
 
Top