265 pts.
 How can I read a text file for use with Microsoft Word mail merge?
Hi I have a text file that the first row is the filed name that separated with comma and from second row there are data fields that separated by comma too. I want to read this file record by record and make a report by it's data in microsoft word!! I have read just the first row of data by using of For Each aField In ActiveDocument.MailMerge.DataSource.FieldNames MsgBox aField.Name msgbox ActiveDocument.MailMerge.DataSource.datafields.item(afield).value Next aFieldIs now I want to read all records of text file it possible?How? Could you please help me? My OS is win xp sp2 and I use of Microsoft Office 2003.and I use of Microsoft Visual Basic Editor from Ms Word. Thank you. ---- Regards Mahnaz

Software/Hardware used:
ASKED: November 9, 2008  1:16 PM
UPDATED: November 11, 2008  5:28 AM

Answer Wiki:
Do you want to use the records in Visual Basic? or to use in (mail merge) MS-word itself ?
Last Wiki Answer Submitted:  November 11, 2008  5:28 am  by  Try it   90 pts.
All Answer Wiki Contributors:  Try it   90 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _