Hiding password characters

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

Guest

Hi!

I've just added an InputBox function to my macro that requires users to enter a password, otherwise the other procedures do not run. However, there's a problem: when the user types the password, characters are revealed, they're not replaced by *. How can I make this change via macro?

Thanks
 
You can not do it with a input box, you will have to use a user form and a
text box to do it and set the passwordchar to what you want to show like
*****

--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2000 & 97
** remove news from my email address to reply by email **
mxleite said:
Hi!

I've just added an InputBox function to my macro that requires users to
enter a password, otherwise the other procedures do not run. However,
there's a problem: when the user types the password, characters are
revealed, they're not replaced by *. How can I make this change via macro?
 

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

Similar Threads

Windows 10 W10 password prob. 2
Input Box 2
Excel Excel macro and passwords 3
Switchboard Password 2
Action after save 3
2003 Macro in Excel 2007 1
How to get a file from a web page 1
Run Macros in a Password-protected workbook? 1

Back
Top