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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top