How do I insert something in a text field into a MS Word bookmark. I already have code to create the word document.
I found this code somewhere, but it doesn't work:
appWord.Goto Name:="FirstName"
appWord.TypeText Text:=strFirstName
"FirstName" is the name of the Word Bookmark; I already stored the First name in strFirstName.
I found this code somewhere, but it doesn't work:
appWord.Goto Name:="FirstName"
appWord.TypeText Text:=strFirstName
"FirstName" is the name of the Word Bookmark; I already stored the First name in strFirstName.