View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default how do i make a footer on second page only?

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?


--

Dave Peterson