PasswordBox Method (IMacro)
Displays a prompt for the Password dialog box.
'Declaration
Function PasswordBox( _
ByVal As String, _
ByVal As String _
) As String
'Usage
Dim instance As IMacro
Dim prompt As String
Dim title As String
Dim value As String
value = instance.PasswordBox(prompt, title)
Parameters
- prompt
- The prompt string for the dialog box.
- title
- The dialog box caption.
Return Value
The string entered in the dialog's text box.