View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Per Jessen[_2_] Per Jessen[_2_] is offline
external usenet poster
 
Posts: 703
Default Using a macro for a user-entry password - hiding the entry

Set up a userform, where user can enter the password in a TextBox. Use
* as PasswordChar in the Textbox properties.

Hopes this helps.
....
Per

On 8 Mar., 02:56, Eddie Kirby wrote:
Is there a good way to hide the password entry when it is entered by a
user?

I have written a program which requires a password to make changes.
However, when a password is entered (example: *XxBNB77T), the pass
word appears instead of **********.

Is there anyway to hide the password when it is being entered.