View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default how do i make a footer on second page only?

To OP

If you do go to Ron de Bruin's site see this page for code to print footers
on only some pages.

http://www.rondebruin.nl/print.htm#not


Gord Dibben MS Excel MVP

On Tue, 01 Sep 2009 16:41:23 -0500, Dave Peterson
wrote:

Record a macro while you change the footer for the first page, print just that
page, then change the header and print the rest of the pages.

Then when you need this kind of printing, rerun that macro.

If you're new to macros:

Debra Dalgleish has some notes how to implement macros he
http://www.contextures.com/xlvba01.html

David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm

(General, Regular and Standard modules all describe the same thing.)

Betty wrote:

excel worksheet is more than one page. I would like the footer on the second
page of that worksheet. How can I do this?