Richard has attended:
Excel VBA Intro Intermediate course
Adding totals to data
Hi there,
im having trouble working out how to total information once I've maniuplated the data into a suitable fashion. After the data has been successfully altered, it has 8 columns, (A-H) and currently has 4,481 rows of data. I need to total the data in columns C-H, but the total number of rows will differ depending when the report is run. I also do not want to include the column headings when totalling the data.
I think I should use something like, Now Rows = Activecell.CurrentRegion.Rows.Count within the code to do this, but im unsure of the rest. Do I need to use a counter?
Any help will be gratefully received!
RE: Adding totals to data
Hi Richard
Thank you for your question.
Can you clarify something for me please? Do you wish to count the total number of rows, or sum the values in the rows?
Regards
Stephen