Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can't change the password character in an Inputbox. But you could use a
textbox on a userform with that textbox's .passwordchar property. wrote: I created macro and only few people will use it. How change characters to stars(on monitor) when somebody is writing password? below Is macro code: Private Sub CommandButton2_Click() Dim z As String z = InputBox("enter password", "password") If z = "example" Then UserForm1.Show Else Exit Sub End If End Sub -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can I change input statement to show only stars for password **** | Excel Discussion (Misc queries) | |||
Password Seen as Stars | Excel Programming | |||
stars **** in cells | Excel Programming | |||
Creating a SPIRAL of stars in Excel | Excel Programming | |||
creating a SPIRAL of stars in Excel | Excel Programming |