View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
SAM SEBAIHI SAM SEBAIHI is offline
external usenet poster
 
Posts: 58
Default how can I change input statement to show only stars for password ****


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


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