InfoConnect for Unisys
ShowMacroDialog Method (Macro)
Example 


Displays the Run Macro dialog box.
Syntax
'Declaration
 
Public Sub ShowMacroDialog() 
'Usage
 
Dim instance As Macro
 
instance.ShowMacroDialog()
public void ShowMacroDialog()
Example
private Macro mac;
//call the ShowMacroDialog() method.
mac.ShowMacroDialog();
See Also