Excel VBA - input box text display

  • Thread starter Thread starter mel41099
  • Start date Start date
M

mel41099

I have a macro that has an input box that asks for your password - an
when I type it in, I would like ***** to show up on the display, rathe
than what I am actually typing.

Is there a way to do this?

Thanks!!
-Meliss
 
Use a textbox on a userform and size it to look like an inputbox. Set the
passwordchar property of the Textbox to *
 

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