InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / MacroDestinationOption Enumeration


MacroDestinationOption Enumeration
Indicates the location where macros are saved.
Syntax
'Declaration
 
Public Enum MacroDestinationOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As MacroDestinationOption
Members
MemberDescription
ClipboardSaves macro script text to the Windows Clipboard.
CommonProjectSaves macros to the Common VBA project.
DocumentSaves macros to the current session document's VBA project.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.MacroDestinationOption

See Also