View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default how can I change input statement to show only stars for password

One way you could approach it is to set up a userform with a textbox for
entering the password. Textboxes have a passwordchar property that allows
you to display an "*" instead of the actual text.


"SAM SEBAIHI" wrote:


When you enter your password in this line, you can see what you are entering, how can you change the following line so it will only show ******** as a password when you are entering your password??


ans = InputBox("Enter your password", "password")

Thank you for all of you help


--------------------------------------------------------------------------------