I am taking Text Field values from an Outlook Form and
inserting them into a Text Form Field in a Word Doc. When
I try to insert a Description from the Outlook form into a
Text Form field in Word I am getting the error, "Run-time
error '4609'; String to long".

Properties on the Text form field are max len:unlimited
and the Description string is not even close to 32,767.
Type is Regular Text.

My question is why is this happening?

Also, is there a better technique for moving the data to
Word and inserting the data in exactly the desired
position.?

Any help is most appreciated.

Re: Problem inserting string into Text Form Field by Jay

Jay
Mon Sep 15 14:04:03 CDT 2003

Hi, Stan,

See http://www.mvps.org/word/FAQs/MacrosVBA/SetLongFmFldResult.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://www.mvps.org/word

Stan Guss wrote:
> I am taking Text Field values from an Outlook Form and
> inserting them into a Text Form Field in a Word Doc. When
> I try to insert a Description from the Outlook form into a
> Text Form field in Word I am getting the error, "Run-time
> error '4609'; String to long".
>
> Properties on the Text form field are max len:unlimited
> and the Description string is not even close to 32,767.
> Type is Regular Text.
>
> My question is why is this happening?
>
> Also, is there a better technique for moving the data to
> Word and inserting the data in exactly the desired
> position.?
>
> Any help is most appreciated.



Re: Problem inserting string into Text Form Field by Stan

Stan
Mon Sep 15 16:44:44 CDT 2003

Hi Jay,

Thank you very much!


>-----Original Message-----
>Hi, Stan,
>
>See
http://www.mvps.org/word/FAQs/MacrosVBA/SetLongFmFldResult.
htm.
>
>--
>Regards,
>Jay Freedman
>Microsoft Word MVP FAQ: http://www.mvps.org/word
>
>Stan Guss wrote:
>> I am taking Text Field values from an Outlook Form and
>> inserting them into a Text Form Field in a Word Doc.
When
>> I try to insert a Description from the Outlook form
into a
>> Text Form field in Word I am getting the error, "Run-
time
>> error '4609'; String to long".
>>
>> Properties on the Text form field are max len:unlimited
>> and the Description string is not even close to 32,767.
>> Type is Regular Text.
>>
>> My question is why is this happening?
>>
>> Also, is there a better technique for moving the data to
>> Word and inserting the data in exactly the desired
>> position.?
>>
>> Any help is most appreciated.
>
>
>.
>