View Single Post
  #5   Report Post  
Doug Robbins
 
Posts: n/a
Default

No better or worse.

If you have (or added) a paragraph at the top of the .CSV file to hold
mergefield names, you could also use a catalog (or in Word XP or later, a
directory) type mailmerge with the mergefields inside the cells of a one row
table in the mailmerge main document. Then when you execute the merge, the
data from each record will be inserted into a row in a table that is
created.

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
"_Mario_" wrote in message
...

"Graham Mayor" wrote in message
...

The following may help you on your way:

Documents.Open ("d:\path\filename.csv")
Selection.WholeStory
Selection.ConvertToTable Separator:=wdSeparateByCommas
End Sub


That seems to be usefull... but what do U think about creating a Excell
app. that load the csv, select all cells and then paste them imto the word
doc?

Mario