M
ML
I am currently doing the following to insert text at a specific point and it
works fine but I'd rather just code the text directly rather than reference
an autotext entry. How can I do this in a similar fashion to below? Only
autotext seems to have the insert method.
Set a = ActiveDocument.AttachedTemplate.AutoTextEntries("ORCON")
a.Insert Where:=Selection.Range, RichText:=True
works fine but I'd rather just code the text directly rather than reference
an autotext entry. How can I do this in a similar fashion to below? Only
autotext seems to have the insert method.
Set a = ActiveDocument.AttachedTemplate.AutoTextEntries("ORCON")
a.Insert Where:=Selection.Range, RichText:=True