Home All Groups Group Topic Archive Search About
Author
25 May 2006 12:39 PM
rgreen
I'm trying to automate word from my VB.NET app.  I have a document I want to
use as a template (actually its an invoice).  I've got placegholder text in
the document like this

{{address}}

I'm using find and replce to populate my invoice with text from my
application.

What I'm having trouble with is getting text from a multiline textbox into
multiple lines of text in word.  What should I replace vbCrLf with to make
it work?

TIA

Russ

Author
25 May 2006 3:45 PM
Ahmed
I am using vbCr
Author
25 May 2006 3:54 PM
rgreen
Anychance you can give me an example cause it's just not working for me.

Show quoteHide quote
"Ahmed" <ahmed1***@gmail.com> wrote in message
news:1148571918.286078.320230@j55g2000cwa.googlegroups.com...
>I am using vbCr
>