Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default how can i print hundreds of records one by one from excelsheet

i want to know that i am having 800 records of my students, i want to print
certificate for my students, so that i need that the name ,address, date of
test should be print at the back side of the certificate. give me some ideas
to do this work or if your have any type of macros to solve this problem you
can send it to me. thanks for listenning this
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9,101
Default how can i print hundreds of records one by one from excelsheet

You can find free certificates at the following microsoft website

http://office.microsoft.com/en-us/te...043001033.aspx

You can embed a word document into an Excel worksheet and then activate the
document with a macro. The macro can add one at a time each student and
print the document.

"programming" wrote:

i want to know that i am having 800 records of my students, i want to print
certificate for my students, so that i need that the name ,address, date of
test should be print at the back side of the certificate. give me some ideas
to do this work or if your have any type of macros to solve this problem you
can send it to me. thanks for listenning this

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default how can i print hundreds of records one by one from excelsheet

Lots of times, it's easier to use MSWord for printing and Excel (or some other
database application) as the source.

You may want to read some tips for mailmerge.
http://www.mvps.org/dmcritchie/excel/mailmerg.htm
http://www.mvps.org/word/FAQs/MailMerge

The first is from David McRitchie and the second is by Beth Melton and Dave
Rado.

And if you notice problems with the formatting of data (like zipcodes)...

Debra Dalgleish posted this:

There's an article on the Microsoft web site that might help you:

Answer Box: Numbers don't merge right in Word
http://office.microsoft.com/en-ca/as...164951033.aspx

And if you prefer the old Mail Merge helper, Word MVP Suzanne Barnhill
has instructions he

http://sbarnhill.mvps.org/WordFAQs/C...ngWord2002.htm

about half way down the page.

==========
I often cheat instead of racking my brain.

I'll insert another column (probably hidden!) and use:
=text(a2,"ddmmyy")
or
=text(a2,"mm:ss.0")
or
=text(a2,"00000")
(or whatever format I want)
and use that field in the mailmerge.

(Cheating doesn't bother me anymore <vbg.)

======================
But if you want to use only excel, maybe something like this from Debra
Dalgleish's site:
http://contextures.com/xlForm03.html

programming wrote:

i want to know that i am having 800 records of my students, i want to print
certificate for my students, so that i need that the name ,address, date of
test should be print at the back side of the certificate. give me some ideas
to do this work or if your have any type of macros to solve this problem you
can send it to me. thanks for listenning this


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excelsheet as html Sascha[_3_] Excel Programming 1 October 10th 08 04:03 AM
XL 2007 records print command as XL4 macro XP Excel Programming 1 April 24th 08 04:46 PM
call excelsheet within excelsheet when user clicks excelsheet ico mohini Excel Worksheet Functions 0 November 20th 06 05:07 AM
Protected Excelsheet ngmahesh Excel Programming 2 January 6th 06 01:31 PM
Print all records labels Kathleane Excel Discussion (Misc queries) 4 January 27th 05 04:05 AM


All times are GMT +1. The time now is 05:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"