Input box hide typing

  • Thread starter Thread starter bill_s1416
  • Start date Start date
B

bill_s1416

I've got an input box on my worksheet using the VBA InputBox comman
that prompts for a password. The problem is the password is visible a
the user types it in. How can I make it so that only asterisks appea
as the user types? :confused
 
I don't believe you can do this with an InputBox. But you
can with a textbox on a userform. Set the PasswordChar
property of the textbox to a symbol such as *.

HTH
Jason
Atlanta, GA
 

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