PC Review


Reply
Thread Tools Rate Thread

how can i print hundreds of records one by one from excelsheet

 
 
programming
Guest
Posts: n/a
 
      18th Jun 2009
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
 
Reply With Quote
 
 
 
 
Dave Peterson
Guest
Posts: n/a
 
      18th Jun 2009
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 here:

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 With Quote
 
Joel
Guest
Posts: n/a
 
      18th Jun 2009
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

 
Reply With Quote
 
Joel
Guest
Posts: n/a
 
      18th Jun 2009
You could probably do it either as a macro in excel and open a word document
or do the macro in word and open excel to get the names to put on the
certificates.

"Dave Peterson" wrote:

> 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 here:
>
> 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 With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
call excelsheet within excelsheet when user clicks excelsheet ico =?Utf-8?B?bW9oaW5p?= Microsoft Excel Worksheet Functions 0 20th Nov 2006 05:07 AM
Copy one Excelsheet to another mili07 Microsoft Excel Programming 0 18th Sep 2006 07:11 AM
MS Access 2002 VB - Print 30 records at a time till all records printed Chris Gruel Microsoft Access Reports 0 25th Apr 2006 05:56 PM
Protected Excelsheet ngmahesh Microsoft Excel Programming 2 6th Jan 2006 01:31 PM
Interactive Excelsheet Squawk Microsoft Excel Misc 0 5th Feb 2004 09:47 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:32 AM.