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
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