MacroDestinationOption Enumeration
In This Topic
Indicates the location to which macros are saved.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485E86")>
Public Enum MacroDestinationOption
Inherits System.Enum
Members
Member | Description |
Clipboard | Saves macro script text to the Windows Clipboard. |
CommonProject | Saves macros to the Common VBA project. |
Document | Saves macros to the current session document's VBA project. |
See Also