View Single Post
  #3  
Old April 22nd, 2010, 01:56 AM posted to microsoft.public.excel.worksheet.functions
Billy Liddel
external usenet poster
 
Posts: 489
Default how do i create a repeating student certificate using excel

Design your form in a separate sheet. In the Cell where the Name goes Use
Data Validation and choose list and reference the range for the names.

You can select the first name and Print off the certificate then select the
second and so on.

This assumes that the data list of names is in the manner you want on the
certificate.

Alternatively, you could use Word to create the certificate and use MAil
Merge to link the Word document to the Excel data list. Once merged you can
print off all the certificates together.

To do the same in Excel youo would have to write a program to do this.

HTH
Peter

"maroo" wrote:

i have a database of my class and i want to make a repeating student
certificate using excel

is their any way to do this in a simple way ??