Range.InsertAutoText Method

Definition

Attempts to match the text in the specified range or the text surrounding the range with an existing AutoText entry name.

public:
 void InsertAutoText();
public void InsertAutoText ();
abstract member InsertAutoText : unit -> unit
Public Sub InsertAutoText ()

Remarks

If any such match is found, InsertAutoText inserts the AutoText entry to replace that text. If a match cannot be found, an error occurs.

You can use the Insert(Range, Object) method with an AutoTextEntry object to insert a specific AutoText entry.

Applies to