View Single Post
  #4   Report Post  
salventuro salventuro is offline
Junior Member
 
Posts: 9
Default

Hi Doug Robbins. Hi macropod.

Thank you for the replies.

I navigated to the link you provided, it looks good.

Doug, yes, the information in each of the spreadsheets is going to be identical in layout, all on sheet1.

There are six merge fields, which are used from each Excel workbook, sheet1.

I have placed six text boxes, (where a merge field is inserted), on top of a picture of a form, in a Word doc.

The merge works, I can propagate the docs successfully, individually.

You are also correct in that I am creating only one document, from each Excel spreadsheet.

I hope I have provided enough additional information to paint a clearer picture for you. If not, please let me know. If need be I can provide a mock sample of the Excel and Word docs.

I will try the VBA, if successful; I will post the final code so others might use it.
If I am not successful, I will definitely be back seeking your guidance.

Doug, any tips or pointers you can provide, regarding the added information you requested. would be greatly appreciated.

macropod,

The link solution you mention sounds great.

The Excel cells are always in the same location in each of the workbooks.
I run a macro, to rename all the original Excel files, the name is taken from three cells from a row in Excel. Is this similar to what you are suggesting?

If yes, can you point me in the direction on how to apply it in Word?

Thank you both again for the information and your time, I truly appreciate it.

Have a great day!


Sal.






Quote:
Originally Posted by Doug Robbins - Word MVP View Post
It sounds like you are actually creating only one document from each Excel
spreadsheet, which is not really the purpose of mailmerge, though it can be
used for that purpose.

Regardless, to create each of the documents that you want to create from
each of the Excel spreadsheets, you are going to need to use a macro (VBA)
for the purpose.

You will find some information on batch processing all of the files in a
folder in the article "Find & ReplaceAll on a batch of documents in the same
folder" at:
http://www.word.mvps.org/FAQs/MacrosVBA/BatchFR.htm which while it deals
with processing Word documents, the principle is the same (use of the Dir
function)

Of course, each of the spreadsheets are going to need to be identical in
layout to be able to successfully process them and more information would be
needed on the way in which the data that you want to use is contained the
spreadsheets to give you any more specific assistance.

To answer your question about the naming of the resulting Word files, yes
that is certainly possible.


--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
"salventuro" wrote in message
...

Hi everyone,

Hope everyone is having a good day.

This is my first post here, I'm a noob, so be gentle. LOL

I am running Office 2003 Pro on XP Pro SP2.

I have been searching the web for a solution to a project I'm working
on, to no avail. I don't know if it's even possible.

I have inserted the image of a form in a Word doc, I have mapped the
fields to be merged from the data in excel spreadsheets

I can perform the mail merge manually. The issue is, I have over one
thousand excel doc's to perform the merge on. Can a macro be used to
loop through a folder, merge and propogate to a new Wrd doc for each
excel doc?


This will create over one thousand word doc's, which will then be
emailed to the corresponding employees.

Also, can the name of the new Word doc created, be saved as the
corresponding name as the Excel doc?
Example, if the Excel doc is named 123abc.xls. can the new propogated
Word doc be saved as 123ab.doc?

Any assistance or links anyone knows of, would be greatly appreciated.

Thanks and have a great day!




--
salventuro