Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subtotal in Excel
Message
From
10/01/2005 18:39:18
 
 
To
10/01/2005 17:58:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00975882
Message ID:
00975892
Views:
21
Sorry but I can't see the subtotal function used in your artikel. Maybe I am blind (at least that's what my wife thinks)
If I can use the sutotal in excel I don't have to write things by line and add the subtotals

Peter


>I think that if you read my introductory article about Excel Automation, most of your doubts will be solved.
>
>http://www.utmag.com/wconnect/wc.dll?9,7,10,1562
>
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform