Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On each page printed I want to sum a column on that page and print that total
on the bottom of that page, probably in the footer (ie a total amount for a data entry balancing process performed elsewhere). Each page has its own total it's not a running total. I've tried variations of the following where 'test' is a named column label: Public Sub Worksheet_BeforePrint(Cancel As Boolean) ActiveSheet.PageSetup.RightFooter = "Page Amount = " & Sum([test]) End Sub It doesn't like the Sum function in this event. Ideas? Thanks, -- Doug F. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
stop page totals creeping up page when scrolling | Excel Discussion (Misc queries) | |||
Setting the print area in page set up to print 1 page wide by 2 pages tall | Excel Discussion (Misc queries) | |||
HOW DO I SETUP A PAGE IN EXCEL TO GIVE TOTALS TO ANOTHER PAGE | Excel Worksheet Functions | |||
print footer on every page (Totals on every page) | Excel Discussion (Misc queries) | |||
tOTALS WON'T PRINT ON SAME PAGE | New Users to Excel |