View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juan[_3_] Juan[_3_] is offline
external usenet poster
 
Posts: 13
Default Passwordchar Example

Hi all!

Can anyone provide an example of how the passwordchar
property is used. I have a macro that sends an input box
that asks for a password... so far as you type the
password you can see what you ar typing. I would like to
see "*" or something like that....

Regards.. JS

....
PASS = InputBox("INPUT ACCES CODE: ", "RESTRICTED
ACCESS")
If PASS = "CORRECT" Then ....