View Single Post
 
Old 09-26-2011, 04:53 AM
OTPM OTPM is offline Windows 7 32bit Office 2010 32bit
Expert
 
Join Date: Apr 2011
Location: West Midlands
Posts: 981
OTPM is on a distinguished road
Default

Hi Stephen
Yes this is possible.
Firstly you need to write a Word Macro that opens an instance of Excel and the document that contains the data you want to read.
Once you have done that then to find the last row of data in an Excel sheet use this line of code:
LastRow = ActiveSheet.UsedRange.Rows.Count
You can then add the code to do your MailMerge.
Hope this helps.
Good luck.
Tony(OTPM)
Reply With Quote