InfoConnect for Airlines
MacroDestinationOption Enumeration


Indicates the location to which a macro is saved.
Syntax
'Declaration
 
Public Enum MacroDestinationOption 
   Inherits System.Enum
'Usage
 
Dim instance As MacroDestinationOption
public enum MacroDestinationOption : System.Enum 
Members
MemberDescription
ClipboardSaves macro script text to the Windows Clipboard.
CommonProjectSaves the macro to the Common VBA project.
DocumentSaves the macro to the current document's VBA project.
Inheritance Hierarchy

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

See Also