darrelhawes
New Member
- Joined
- Dec 18, 2009
- Messages
- 9
Hello all,
I have a spreadsheet that is formatted to print on three pages. What I want to do is display a different header for each page.
I want to have it dynamically generated and not "hard coded" into the sheet because new columns are added all the time and it would be pain to reformat the "merged and centered" cell on each page each time. I could do it but I'd rather not.
Also, because of how this data is structured, I'd rather not separate it into separate sheets.
The best I can come up with is this:
* Insert page numbers into the middle header field.
* Write a macro that defines what prints for each page number. For example, Page 1 = Actuals; Page 2 = Estimates; Page 3 = Summary.
In others words, for page 1, the word "Actuals" would print, "Estimates" for page 2, and "Summary" on page 3.
Can anyone point me in the right direction to achieve this?
- Darrel
I have a spreadsheet that is formatted to print on three pages. What I want to do is display a different header for each page.
I want to have it dynamically generated and not "hard coded" into the sheet because new columns are added all the time and it would be pain to reformat the "merged and centered" cell on each page each time. I could do it but I'd rather not.
Also, because of how this data is structured, I'd rather not separate it into separate sheets.
The best I can come up with is this:
* Insert page numbers into the middle header field.
* Write a macro that defines what prints for each page number. For example, Page 1 = Actuals; Page 2 = Estimates; Page 3 = Summary.
In others words, for page 1, the word "Actuals" would print, "Estimates" for page 2, and "Summary" on page 3.
Can anyone point me in the right direction to achieve this?
- Darrel