I have an Excel spreadsheet that contains a budget report. This report is divided into sections of varying length that will be handed out to the individuals responsible for those sections. Using VBA, I have set page breaks to divide each section. What I would like to have is a page count for each section. Though a three page section may start on page 15, I would like the printout to show 1 of 3, 2 of 3, and 3 of 3.
It doesn't look like I will be able to use the header or footer for this. Is there a method I can use (worksheet formulas or VBA) to detect where the soft page breaks exist so I can add the page count at a cell in the row immediatly before or after the break?
Thanks,
Don
It doesn't look like I will be able to use the header or footer for this. Is there a method I can use (worksheet formulas or VBA) to detect where the soft page breaks exist so I can add the page count at a cell in the row immediatly before or after the break?
Thanks,
Don