Change text to a single characters

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a log in box in VBA. When the user types in their password, it
will not appear as the password but characters instead, in this case the
symbol *.

Is there a formula to do the same without using VBA?

Thanks!
 
Nope.

You need that userform and password character.

You could kind of cheat.

Format a cell with a custom format of:
"*****";"*****";"*****";"*****"

You'll see those asterisks in the cell--but the real value in the formula bar.
 

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

Back
Top