Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
On a userform being used as a LogOn, I have two textboxes...txt1 & txt2. The end user will use txt1 as a UserName entrance & txt2 as a PassWord entrance. What code can i use to change the entry from displaying text to displaying *****, as to provide some form of security? Can this be done? Thanx in advance |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Zaahir,
Try something like: '============= Private Sub UserForm_Initialize() Me.TextBox2.PasswordChar = "*" End Sub '<<============= --- Regards, Norman "Zaahir" wrote in message ... Hi On a userform being used as a LogOn, I have two textboxes...txt1 & txt2. The end user will use txt1 as a UserName entrance & txt2 as a PassWord entrance. What code can i use to change the entry from displaying text to displaying *****, as to provide some form of security? Can this be done? Thanx in advance |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Perfect
Thanx Norman "Norman Jones" wrote: Hi Zaahir, Try something like: '============= Private Sub UserForm_Initialize() Me.TextBox2.PasswordChar = "*" End Sub '<<============= --- Regards, Norman "Zaahir" wrote in message ... Hi On a userform being used as a LogOn, I have two textboxes...txt1 & txt2. The end user will use txt1 as a UserName entrance & txt2 as a PassWord entrance. What code can i use to change the entry from displaying text to displaying *****, as to provide some form of security? Can this be done? Thanx in advance |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
from the text 4 pcs., how to remove only characters/text | Excel Worksheet Functions | |||
want to remove all text characters equal to one character in length from text string | Excel Worksheet Functions | |||
want to remove all text characters equal to one character in length from text string | Excel Worksheet Functions | |||
get more than 255 characters from text box | Excel Programming | |||
get more than 255 characters from text box | Excel Programming |