S
StacyR
I'm sending custom Outlook Form Data to a Word Form
Template through Visual Basic Script. All data transfers
to Word correctly with the exception of two fields. There
are two fields that utilize Chr(13)& Chr (10) or vbCRLF-
I've tried both methods and those fields transfer to the
Word template with the CR and LF being represented by
boxes. If those two Word fields are changed from form
fields to just bookmarks, with the corresponding VB code
changed to access the bookmarks, the CR and LF get
interpreted correctly. I really don't want to have to do
this, but is there any other work around? I've tried
doing the search for vbCRLF and replace with a ^p with VB
(based on KB article 274134), but I can't seem to get it
to work.
Thank you and regards.
Template through Visual Basic Script. All data transfers
to Word correctly with the exception of two fields. There
are two fields that utilize Chr(13)& Chr (10) or vbCRLF-
I've tried both methods and those fields transfer to the
Word template with the CR and LF being represented by
boxes. If those two Word fields are changed from form
fields to just bookmarks, with the corresponding VB code
changed to access the bookmarks, the CR and LF get
interpreted correctly. I really don't want to have to do
this, but is there any other work around? I've tried
doing the search for vbCRLF and replace with a ^p with VB
(based on KB article 274134), but I can't seem to get it
to work.
Thank you and regards.