Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subtotal in Excel
Message
From
10/01/2005 17:33:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
Subtotal in Excel
Miscellaneous
Thread ID:
00975882
Message ID:
00975882
Views:
72
How can I do the following in VFP:
 Selection.Subtotal GroupBy:=1, Function:=xlSum, TotalList:=Array(5), _
        Replace:=True, PageBreaks:=True, SummaryBelowData:=True
I have
oExcel=CREATEOBJECT("Excel.Application")
oExcel.visible= .T.

oW=oExcel.Workbooks.Add(lcTemplate)
ow.Worksheets[1].select

oRange = oExcel.ActiveSheet.Range("A7:F"+TRANSFORM(6+lnRecCount))

oExcel.ActiveSheet.paste(oRange)
** now I want excel to subtotal by column a


 ****Selection.Subtotal GroupBy:=1, Function:=xlSum, TotalList:=Array(5), _
        Replace:=True, PageBreaks:=True, SummaryBelowData:=True
Thanks alot


Peter
Peter Cortiel
Next
Reply
Map
View

Click here to load this message in the networking platform