'Declaration Function PasswordBox( _ ByVal prompt As String, _ ByVal title As String _ ) As String
'Declaration
Function PasswordBox( _ ByVal prompt As String, _ ByVal title 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)
'Usage
Dim instance As IMacro Dim prompt As String Dim title As String Dim value As String value = instance.PasswordBox(prompt, title)
string PasswordBox( string prompt, string title )
IMacro Interface IMacro Members