View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
AndyC812 AndyC812 is offline
external usenet poster
 
Posts: 27
Default Starting Word from Excel

I am trying to write CSV to a temp file from Excel, then start a Word
document with the mail merge template and connect it to the CSV and do a
"Merge to New Document" using an Excel Macro. Wondering how to do this and
will this work in Windows (Office 2003 and 2007) and MAC?

My data is arranged in columns because I will potentially have 256 fields
(but only one record). Col A is the field headers and Col B the values.

Thanks,
Andy