Victor
03-09-2009, 02:59 AM
Hi all:
Is it possible to show asterisk (*****) in the password VBA code below?
Is so, how?
Thanks for the help
Victor
Sub LaunchFindDialog()
Password = Application.InputBox(prompt:="Enter Password", Title:="Password", Type:=1 + 2)
If Password = "LL1234" Then
On Error GoTo Finish
'Sheets("A").Activate
Application.CommandBars("Edit").Controls("Find...").Execute
Finish:
End If
End Sub
Is it possible to show asterisk (*****) in the password VBA code below?
Is so, how?
Thanks for the help
Victor
Sub LaunchFindDialog()
Password = Application.InputBox(prompt:="Enter Password", Title:="Password", Type:=1 + 2)
If Password = "LL1234" Then
On Error GoTo Finish
'Sheets("A").Activate
Application.CommandBars("Edit").Controls("Find...").Execute
Finish:
End If
End Sub