Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an auto macro that is stored in the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdAutoMacros
'Usage
Dim instance As WdAutoMacros
public enum WdAutoMacros
Members
| Member name | Description | |
|---|---|---|
| wdAutoExec | AutoExec macro. | |
| wdAutoNew | AutoNew macro. | |
| wdAutoOpen | AutoOpen macro. | |
| wdAutoClose | AutoClose macro. | |
| wdAutoExit | AutoExit macro. | |
| wdAutoSync | AutoSync macro. |
Remarks
Used with the RunAutoMacro method of the Document object.