Document.RunAutoMacro(WdAutoMacros) Method

Definition

Runs an auto macro that is stored in the document.

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

One of the WdAutoMacros values.

Remarks

If the specified auto macro does not exist, nothing happens.

Applies to