Word Mail merge

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I would like to have a button on my spread sheet that enables a mail merge to be done on a sheet wihin the workbook called "Data

I am ok with setting up the word object, but i dont know how to code the link to the sheet "Data" for the mail merge's data source

TI

Nath
 
Excel is going to use the first worksheet.
So would suggest that you have the macro move that worksheet to
the first position.
Sheets("Data").Move Before:=Sheets(1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top