|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I have two simple VB input boxes in Excel to capture username and password. I want the box for the password to display asterisks ***** instead of the text typed in to preserve security.
I have had no luck finding how to do this. Can anyone help? Thanks! |
|
#2
|
|||
|
|||
|
I don't know about Excel, but most VB and VBA text boxes have a password property you can set.
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
|
#3
|
||||
|
||||
|
Yep normally, vb textboxes have a property called passwordchar
You set the passwordchar as * I have just checked it and it is there. |
|
#4
|
||||
|
||||
|
Snipered is right u can set the passwordchar property to any character u want
Quote:
|
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > Input Box for Password - Show Asterisks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|