View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Different info per printed page

You may find using MSWord and its builtin mailmerge easier. It supports lots of
different forms (Avery standard forms???) that might make it easier.

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 just in case you have text that needs to be formatted (percentages, for
example):

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,"00000")
(or whatever format I want)
and use that field in the mailmerge.

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

===============

Another option is to keep all the data in excel.

Debra Dalgleish has a couple of pages that may help.

To set up a data|entry form:
http://contextures.com/xlForm02.html

And to print selected records from a worksheet:
http://contextures.com/xlForm03.html

Zathrath wrote:

My wife is a teacher and uses Excel to keep track of student grades. Up to
this point, she's been having to manually type student names and grades into
a word document in order to give the students printouts.

What I'm trying to do for her is make either a Word document or an Excel
spreadsheet that will grab information from different cells for each page to
print.

I've got each of her classes on a different worksheet with the student names
down column A and their overall class grade in column B. I've also got
averages in different areas (quizes, tests, homeworks, etc) in other columns
based upon the number of assignments in each area. I'd like to have a
document that will print a different students information on each page.

Thanks for your help.


--

Dave Peterson