Computing.Net > Forums > Office Software > Mailmerge to Certificate paper

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Mailmerge to Certificate paper

Reply to Message Icon

Name: kyletech
Date: March 2, 2007 at 13:41:13 Pacific
OS: Win XP
CPU/Ram: na
Product: na
Comment:

I was wondering if anyone has experience with using Mailmerge or some other tool to take text form and Excel Spreadsheet and have it print on to a premade certificate. Sort of like an award certificate. So I have the paper that has the certificate image and border, I just need to take my data from excel and have it print onto the certificate and line up properly. Does anyone have any tips on how to best do this?



Sponsored Link
Ads by Google

Response Number 1
Name: Jennifer SUMN
Date: March 2, 2007 at 15:08:58 Pacific
Reply:

Why not create a Word Document and format it the way you want it to be? Excel is not really the right tool for this particular job.

Life's more painless for the brainless.


0

Response Number 2
Name: kyletech
Date: March 3, 2007 at 10:32:09 Pacific
Reply:

The purpose of excel in this situation is all the data that will be merged with the pre-made certificate is in an .xls file. I was hoping there was some way I could format a mail merge doc that pulls the data into a word doc, have the data lined up to coincide with the certificate and then put the certificate paper in the printer and print them off.


0

Response Number 3
Name: wizard-fred
Date: March 3, 2007 at 10:36:52 Pacific
Reply:

Export the required fields and use it for the merge file.


0

Response Number 4
Name: kyletech
Date: March 3, 2007 at 10:41:56 Pacific
Reply:

I know how to do the merge of the data from excel to the word document, however how can I get the merge fields to line up with the pre-made certificate paper? I tried to scan the certificate and put it in a word document but the image size is all different. Sorry its sort of hard to explain the problem. Thanks for the responses so far!


0

Response Number 5
Name: Jennifer SUMN
Date: March 3, 2007 at 11:00:39 Pacific
Reply:

I know this sounds crazy, but try this. Create your merge document in Word (with the fields you're using in the Excel spreadsheet). Run a merge and print out just one page. Then, compare the printed sheet to your certificate by putting it behinds a blank certificate sheet. I know it sounds kinda antiquated, but it works. Once you can see how the merged fields print, you'll know how to format the Word Document so that the certificates print just the way you want.

If the Certificates are pre-printed with Form numbers (Avery for example) that will make your job all the easier.

Life's more painless for the brainless.


0

Related Posts

See More



Response Number 6
Name: kyletech
Date: March 3, 2007 at 12:53:10 Pacific
Reply:

Jennifer,

That actually sounds like it may be a step in the right direction. Thanks.

-Kyle


0

Response Number 7
Name: jon_k
Date: March 8, 2007 at 09:42:56 Pacific
Reply:

Failing that, you can write a macro which pulls data from sheet 2 and puts it into sheet 1 (the certificate), printing out each sheet.

So on sheet 2 you would have the columns Name, Grade, Examiner. These would need to go into sheet 1 cells D5, D7, and D9 respectively.

Your macro would look something like this:

Sub certificate()
For irow 2 to 500
if len(sheet2.cells(irow, 1).value)>0 then
sheet1.cells(5, 4).formula = sheet2.cells(irow, 1).value
sheet1.cells(7, 4).formula = sheet2.cells(irow, 2).value
sheet1.cells(9, 4).formula = sheet2.cells(irow, 3).value
Sheet1.printout
End if
Next irow

End sub


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Mailmerge to Certificate paper

mailmerge to email with subject lin www.computing.net/answers/office/mailmerge-to-email-with-subject-lin/4734.html

Mail merge to email & custom form www.computing.net/answers/office/mail-merge-to-email-amp-custom-form/2350.html

How to set default page setup www.computing.net/answers/office/how-to-set-default-page-setup/8034.html