how do i make a footer on second page only?

B

Betty

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

Dave Peterson

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 here:
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.)
 
Top