Sep 7, 2001 #1 MikeUK Programmer Sep 7, 2001 5 GB I need to change the properties of an input box to become a password i.e anything enterd in the inotu box is displayed on the screen as ******'. any ideas? thanxs.
I need to change the properties of an input box to become a password i.e anything enterd in the inotu box is displayed on the screen as ******'. any ideas? thanxs.
Sep 7, 2001 #2 ilses Technical User May 31, 2001 235 DE Perhaps that is possible, I don't know. But wouldn't it be easier to create a small UserForm and set its PasswordChar property to *? IS Upvote 0 Downvote
Perhaps that is possible, I don't know. But wouldn't it be easier to create a small UserForm and set its PasswordChar property to *? IS
Sep 7, 2001 #3 ilses Technical User May 31, 2001 235 DE Oops. Of course, I should've said "a UserForm with a TextBox and set the PasswordChar property to *". :-s Upvote 0 Downvote
Oops. Of course, I should've said "a UserForm with a TextBox and set the PasswordChar property to *". :-s
Sep 18, 2001 1 #4 wdu94 Programmer Aug 15, 2001 61 US Hi, Try this. In the textbox property, put the "password" in the "Input Mask" property. Upvote 0 Downvote
Hi, Try this. In the textbox property, put the "password" in the "Input Mask" property.