G
George Seese
The document has this:
Italic text. Placeholder Bookmark
--------------
With this code,
Sub ChangeFontInBookmarkRange()
ActiveDocument.Bookmarks(1).Range.Font.Italic = False
ActiveDocument.Bookmarks(1).Range.Text = "This should not be italics"
End Sub
Italic text. Placeholder Bookmark
--------------
With this code,
Sub ChangeFontInBookmarkRange()
ActiveDocument.Bookmarks(1).Range.Font.Italic = False
ActiveDocument.Bookmarks(1).Range.Text = "This should not be italics"
End Sub