_Document.RunAutoMacro(WdAutoMacros) Method

Definition

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.

Applies to