P
PaulBishop
I wish to copy a section of a document (designated by a bookmark) to
variable. I have tried:
myString = ActiveDocument.Bookmarks("myBookmark").Range.Text
This works fine except that within the bookmarked section there ar
FormFields and I want myString to include whatever the FormFields ar
displaying (i.e. the value
ActiveDocument.FormFields("myFormfield").Result). All that goes int
myString from the FormField is a little square box. Is there a
alternative to .Range.Text which is WYSIWYG
variable. I have tried:
myString = ActiveDocument.Bookmarks("myBookmark").Range.Text
This works fine except that within the bookmarked section there ar
FormFields and I want myString to include whatever the FormFields ar
displaying (i.e. the value
ActiveDocument.FormFields("myFormfield").Result). All that goes int
myString from the FormField is a little square box. Is there a
alternative to .Range.Text which is WYSIWYG