TypeText Method

See Also         Example         Applies To

Inserts the specified text. If the ReplaceSelection property is True, the selection is replaced by the specified text. If ReplaceSelection is False, the specified text is inserted before the selection.

Syntax

expression.TypeText(Text)

expression   Required. An expression that returns a Selection object.

Text   Required String. The text to be inserted.