password with *****

R

RANDY IN NC

I have a workbook that has a table of names with passwords attached
(hidden) each person who uses it will have their own password... the
workbook would display to them different information according to thier
name and password combination... but like the passwords that you would
use on a website.. I want when they type thier password for it to show
****. Is this possible and how...

Thank you Randy
 
H

Harlan Grove

RANDY IN NC wrote...
I have a workbook that has a table of names with passwords attached
(hidden) each person who uses it will have their own password... the
workbook would display to them different information according to thier
name and password combination... but like the passwords that you would
use on a website.. I want when they type thier password for it to show
****. Is this possible and how...

Presumably you'd be using VBA anyway. Textbox controls in user forms
(dialogs) have a PasswordChar property. Set it to an asterisk.
 
Top