View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chuber chuber is offline
external usenet poster
 
Posts: 1
Default NEWBIE: How to sum cells using VBA

Brand new and trying my best at VBA ... in advance, thank you for your
help!

My worksheets will have a different number of rows each time they are
generated. Trying to show the sum for Column C, Column D and Column E
(individually). I can write the code to show the sum, but it requires
that I have the cursor in the specific cell.

Want to be able to run the macro, have it find the last row with
numbers, then jump down one row and show the sum for each column.

--Chris