P
Paul Isaak
I'm trying to populate a series of formfields in a word doc with info
obtained programmatically from outlook.
my problem is that if the outlook field contains a linefeed character or a
carriage return (among others), the formfield in word displays it as ??
instead of inserting a Linefeed.
so an address displays as...
123 anystreet ?? Las Vegas, NV ?? USA
instead of
123 anystreet
Las Vegas, NV
USA
here's the code in question
contractdoc.documentscontractdocid).formfields"Customer_Address").result=Application.ActiveExplorer.Selection(1).BusinessAddress
All thoughts appreciated.
Paul
--
__________________________________
The Comedy & Juggling of Paul Isaak
http://www.funnyjuggler.com
Toll Free - 1-877-852-4590
obtained programmatically from outlook.
my problem is that if the outlook field contains a linefeed character or a
carriage return (among others), the formfield in word displays it as ??
instead of inserting a Linefeed.
so an address displays as...
123 anystreet ?? Las Vegas, NV ?? USA
instead of
123 anystreet
Las Vegas, NV
USA
here's the code in question
contractdoc.documentscontractdocid).formfields"Customer_Address").result=Application.ActiveExplorer.Selection(1).BusinessAddress
All thoughts appreciated.
Paul
--
__________________________________
The Comedy & Juggling of Paul Isaak
http://www.funnyjuggler.com
Toll Free - 1-877-852-4590