I have a export into xls going ok ...
However I need to add some totalling in
the number of records ranges from 3 - to 1,000
however the totals need to be in row 9
so I need to be able count the records
then add this in somehow into my coding
below is one column
objActiveWkb.Worksheets("Oxygen Bound").Cells(7, 10) = "EL Premium (Excl Tax)"
I had in mind Cells(9,10)= SumCells 10.10 ? - the first field to ?? in excel it would sum(J10:Jxx)
this has really thrown me ...
any pointers
However I need to add some totalling in
the number of records ranges from 3 - to 1,000
however the totals need to be in row 9
so I need to be able count the records
then add this in somehow into my coding
below is one column
objActiveWkb.Worksheets("Oxygen Bound").Cells(7, 10) = "EL Premium (Excl Tax)"
I had in mind Cells(9,10)= SumCells 10.10 ? - the first field to ?? in excel it would sum(J10:Jxx)
this has really thrown me ...
any pointers