View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Phonedude Phonedude is offline
external usenet poster
 
Posts: 2
Default 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