Range.InsertAutoText 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.
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.