Reflection Desktop VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Attachmate.Reflection.Objects.Emulation.OpenSystems Library / Macro Object / PasswordBox Method
The prompt string for the dialog box.
The dialog box caption.
In This Topic
PasswordBox Method (Macro)
In This Topic
Displays a prompt for the Password dialog box.
Syntax
expression.PasswordBox( _
   ByVal prompt As String, _
   ByVal title As String _
) As String
where expression is a variable that represents a Macro Object

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.
See Also