Howto Excel Subtotal

  • Thread starter Thread starter Prabhat
  • Start date Start date
P

Prabhat

Hi All,

I have to export the ADO records to Excel and perform some task in Excel.

I am almost doone but with out the "SUBTOTAL"

In VB I can work with the : Subtotal(GroupBy, Function, TotalList, Replace,
PageBreaks, SummaryBelowData)

In VB I Write like:
ExlObj.ActiveCell.Worksheet.Cells(4, 1).Subtotal 4, xlSum, (6), 0, 0,
xlSummaryBelow

So How do I do that in Delphi?

(I Know this is not DELPHI News Group. But I have posted n searched in many
delphi news group But did not help me so I am posting here so that any MS
Tech can help me)

Please HELP.

Thanks
Prabhat
 
This is not an MS tech group, this is a peer to peer newsgroup, That of
course does not mean somebody could not help you with your question but it is
obvious that many people erroneously believe that this is a real tech support
forum. If you want MS support expect to pay for it

Regards,

Peo Sjoblom
 
Back
Top