Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Working with page footers

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.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Working with page footers

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

--
Regards,
Tom Ogilvy

"Nathan" wrote in message
...
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.



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
How do I keep all page footers unique with a page number on all pa Keys2thecitY Excel Discussion (Misc queries) 1 September 8th 09 04:41 PM
different footers on each page Bailey Excel Discussion (Misc queries) 6 April 27th 08 02:48 AM
Printing Headers on only first page and Footers on only last page JacMar Excel Discussion (Misc queries) 5 January 21st 07 03:48 PM
Working with Headers and Footers Kim Excel Discussion (Misc queries) 1 June 21st 06 10:35 PM
1st page only Headers & Footers Etijian Excel Discussion (Misc queries) 3 August 3rd 05 03:31 PM


All times are GMT +1. The time now is 04:37 PM.

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

About Us

"It's about Microsoft Excel"