Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to set grouping in a worksheet
Message
De
26/10/2010 00:02:43
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
À
23/10/2010 11:54:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01486712
Message ID:
01486946
Vues:
47
Hi,
I save a macro, the result command as follows, but how to convert subtotal command in VFP9 ?
Sub Macro1_group()
'
' Macro1_group 

    Range("A1:C14").Select
    Selection.Subtotal GroupBy:=2, Function:=xlSum, TotalList:=Array(3), _
        Replace:=True, PageBreaks:=False, SummaryBelowData:=True
End Sub
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform