Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subtotal in Excel
Message
De
10/01/2005 17:58:41
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
10/01/2005 17:33:44
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00975882
Message ID:
00975887
Vues:
21
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
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform