I'm trying to put the string in a form field using...
.FormFields("AccountInformation").Result = getAccountNameForWord(9)
The vbCR is not being recognized nor is Chr(13).
Just as a test,
ActiveDocument.FormFields("Text2").result = "One" & vbCr & "Two"
run on exit from a formfield Text1, populated Text2 with:
One
Two
So, there must be something else wrong, not the vbCr.

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
> I'm trying to put the string in a form field using...
>
[quoted text clipped - 6 lines]
>>
>> That assumes that Name, addressLine1, addressLine2, etc are variables
David C. Holley - 10 Aug 2005 16:07 GMT
No luck, plus the form field that I'm trying to set is the Address
Header for the invoice. The value that I'm puttin in there contains the
full address formated with all four or so lines. I may just go with 1
form field per line.
> Just as a test,
>
[quoted text clipped - 6 lines]
>
> So, there must be something else wrong, not the vbCr.