Can anyone tell me, can you display an InputBox with a password text field, or will I need to create my own form with a text box with .PasswordChar set to Chr(42) ?
Printable View
Can anyone tell me, can you display an InputBox with a password text field, or will I need to create my own form with a text box with .PasswordChar set to Chr(42) ?
Create a form with a textbox :)
B******S
Thanks anyway. :mad:
Well its very simple to do, and looks a lot better too!
Suppose I could make my own InputBox object, then it would work the way I want.