D
Dragon
I am creating code that will place autotext at a bookmark on the document.
A few of the words in the autotext are bold and underlined. When I place
the autotext in the document at a place different that where the bookmark
is, everything is fine. However, when I place it at the bookmark point, it
removes the font on the few words affected. Here is the code I am using -
ActiveDocument.AttachedTemplate.AutoTextEntries("placement").Insert _
where:=activedocument.Bookmarks("AddPlacement").Range
Any thoughts?
A few of the words in the autotext are bold and underlined. When I place
the autotext in the document at a place different that where the bookmark
is, everything is fine. However, when I place it at the bookmark point, it
removes the font on the few words affected. Here is the code I am using -
ActiveDocument.AttachedTemplate.AutoTextEntries("placement").Insert _
where:=activedocument.Bookmarks("AddPlacement").Range
Any thoughts?