Working with page footers

  • Thread starter Thread starter Nathan
  • Start date Start date
N

Nathan

Hello all.

I have a recordset that has many items.
They are grouped into class codes.

I am writing these items out to a worksheet.

I want to have a page footer that
A) Lists the class code
B) Displays the page number of the page within the class
code (there are 30 items per sheet. So if there were 55
items, there would be 3 sheets)

So some sample page footers would look like this:

EDGERS - 1
GROOVERS - 1
TROWELS - 1
TROWELS - 2
TROWELS - 3


Is there any way of accomplishing this?
Can it be done by storing the page footer values in an
array and then calling the array while setting the
pagefooter like this:

Worksheets("WorkSheet").PageSetup.RightFooter = arrFooters
(&P)

Thanks for any help.
 
No, you would need to print each page separately to have a different footer
on each page.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top