Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to set grouping in a worksheet
Message
From
26/10/2010 00:02:43
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
 
 
To
23/10/2010 11:54:43
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01486712
Message ID:
01486946
Views:
48
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform