Ok another I know enough to be dangerous question.
I have set up my password check input box.
But I can't figure out how to get the
PasswordChar Property to work.
Any possible help?
Dim Message, Title, Default, MyValue
Message = "Please Enter Your Password. Case Sensitive"
Title = "Security Check"
Default = "********"
MyValue = InputBox(Message, Title, Default)
Thank You,
Greycon
I have set up my password check input box.
But I can't figure out how to get the
PasswordChar Property to work.
Any possible help?
Dim Message, Title, Default, MyValue
Message = "Please Enter Your Password. Case Sensitive"
Title = "Security Check"
Default = "********"
MyValue = InputBox(Message, Title, Default)
Thank You,
Greycon