K
Keith G Hicks
Word 2003
Access 2003
I'm creating the body of a document from a dot file. I need to bold a
sentence that comes between 2 others.
Set docWord = objWord.Documents.Add(Template:=sWordFormsPath & "LetRec.dot")
Dim rngWord As Word.Range
Set rngWord = docWord.Goto(What:=wdGoToBookmark, Name:="LetterBody")
rngWord.InsertAfter "We have enclosed a signed and notarized authorization
that allows us to receive this inforrmation on behalf of our client. "
rngWord.InsertAfter "If you would prefer payment in advance, kindly advise
and we shall remit same immediately. "
rngWord.InsertAfter "Thank you for your anticipated cooperation."
I've tried a few things that don't seem to work. What code do I need to bold
that middle sentence?
Thanks,
Keith
Access 2003
I'm creating the body of a document from a dot file. I need to bold a
sentence that comes between 2 others.
Set docWord = objWord.Documents.Add(Template:=sWordFormsPath & "LetRec.dot")
Dim rngWord As Word.Range
Set rngWord = docWord.Goto(What:=wdGoToBookmark, Name:="LetterBody")
rngWord.InsertAfter "We have enclosed a signed and notarized authorization
that allows us to receive this inforrmation on behalf of our client. "
rngWord.InsertAfter "If you would prefer payment in advance, kindly advise
and we shall remit same immediately. "
rngWord.InsertAfter "Thank you for your anticipated cooperation."
I've tried a few things that don't seem to work. What code do I need to bold
that middle sentence?
Thanks,
Keith