T
tom
Hi,
I'm using this macro :
Value = Application.InputBox(Prompt:="Insert password")
If Value = "password" Then
Application.Run macro:="enter"
Else
Application.Run macro:="ignore"
While entering the password I would like the allready
inserted digits to be shown as ***
Is this possible ?
Thanks !
Tom
I'm using this macro :
Value = Application.InputBox(Prompt:="Insert password")
If Value = "password" Then
Application.Run macro:="enter"
Else
Application.Run macro:="ignore"
While entering the password I would like the allready
inserted digits to be shown as ***
Is this possible ?
Thanks !
Tom