ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   auto format of info in footer (https://www.excelbanter.com/excel-programming/283281-auto-format-info-footer.html)

Scott

auto format of info in footer
 
I have an 8 page excel document which has to be printed 280
times but each group of 8 must contain a 3 digit number in
the footer (separate from the page number). Being numeric,
can anyone figure out a way to program the footer quicker
than manually opening the footer and inserting the next 3
digit number on the subsequent groups of 8, 279 more times?

Tom Ogilvy

auto format of info in footer
 
Activesheet.PageSetup.CenterFooter = Format(val,"000")

You could possibly manage this in the beforeprint event if you are printing
each page individually. or as an 8 page group.

--
Regards,
Tom Ogilvy

"scott" wrote in message
...
I have an 8 page excel document which has to be printed 280
times but each group of 8 must contain a 3 digit number in
the footer (separate from the page number). Being numeric,
can anyone figure out a way to program the footer quicker
than manually opening the footer and inserting the next 3
digit number on the subsequent groups of 8, 279 more times?





All times are GMT +1. The time now is 01:20 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com