InfoConnect for Airlines VBA Guide
Attachmate.Reflection.Objects.Emulation.OpenSystems Library / MacroEnumerationOption Enumeration
In This Topic
    MacroEnumerationOption Enumeration
    In This Topic
    Indicates where the macro source is located.
    Syntax
    <System.Runtime.InteropServices.ComVisibleAttribute(True)>
    <System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E87")>
    Public Enum MacroEnumerationOption 
       Inherits System.Enum
    Members
    MemberDescription
    CommonProjectMacros come from the Common VBA project.
    DocumentMacros come from the current session document's VBA project.
    See Also