_Document.RunAutoMacro(WdAutoMacros) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Runs an auto macro that's stored in the specified document. If the specified auto macro doesn't exist, nothing happens.
public:
void RunAutoMacro(Microsoft::Office::Interop::Word::WdAutoMacros Which);
public void RunAutoMacro (Microsoft.Office.Interop.Word.WdAutoMacros Which);
abstract member RunAutoMacro : Microsoft.Office.Interop.Word.WdAutoMacros -> unit
Public Sub RunAutoMacro (Which As WdAutoMacros)
Parameters
- Which
- WdAutoMacros
Required WdAutoMacros.
Remarks
Use the Run(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) method to run any macro.