Creating a letter from a worksheet
On Oct 26, 9:46 am, "Steve Yandl" wrote:
Note,
oApp.ActiveDocument.Bookmarks("CustomerSalutation" ).Range.InsertAfter
strTxtInsert
should be on a single line with a space between InsertAfter and strTxtInsert
Steve
Thanks -- this is exactly what I needed to get going. I tried it and
it works perfectly.
Larry
|