G
Guest
I have been enjoying the use of the expression
String = ActiveDocument.Bookmarks("Text1").Range.Fields(1).Result
because it will get the content of Text1 without making the document jump to
the field like
String = ActiveDocument.FormFields("Text1").Result
does.
Unfortunately, this same approach doesn't work with dropdown fields. Does
anyone know how to get the result of a dropdown field without the document
jumping to that field?
-Brian
String = ActiveDocument.Bookmarks("Text1").Range.Fields(1).Result
because it will get the content of Text1 without making the document jump to
the field like
String = ActiveDocument.FormFields("Text1").Result
does.
Unfortunately, this same approach doesn't work with dropdown fields. Does
anyone know how to get the result of a dropdown field without the document
jumping to that field?
-Brian