Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Tom,
Thanks for the Help. I Ran your First Example and it Produced the Correct Results for the Totals, But gave me a Runtime Error '1004'. I think this was Because it could NOT Produce the Grand Total. Cells(1, 1).End(xlDown)(2).Value = Application.Sum(Range( _ Cells(1, 1), Cells(1, 1).End(xlDown))) I will NOT Know the UpperBound of the Results in Most Cases, so I will Find out how the UpperBound and ReSize Works and then try and Implement that into your Second Example. Thanks Again for your Help. All the Best Paul *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want to key numeric values in one row like a1 and total them in | Excel Worksheet Functions | |||
Trying to total the column values in my chart? | Charts and Charting in Excel | |||
Copying Sub-Total Values | Excel Discussion (Misc queries) | |||
How do I compare two values to calculate a total? | Excel Worksheet Functions | |||
Hiding a total until all values are filled | New Users to Excel |