View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Deville Deville is offline
external usenet poster
 
Posts: 3
Default Subtotalling a column of data?

Hello all,
I am going from Ms Access to Ms Excel. Using VBA I
create the spreadsheet and create a header section. Next I
dump the data into the sheet using Copyrecordset. My
question is how can I do a subtotal of a column starting a
row 3 until the last cell containing data. Also, the
subtotal cell needs to 1 below the last cell containng
data.

Thnx