Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel and AutoFilter
Message
From
28/01/2002 20:47:52
 
 
To
28/01/2002 14:33:38
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00611780
Message ID:
00611987
Views:
20
>Tried it, it errors with "Member SELECTION does not evaluate to an object."
>
>>>Selection.AutoFilter Field:=13, Criteria1:="jphilipp"
>>>Any idea how I convert it to fox code?


Try it like this:
oRange = oXL.RANGE("A1")
oRange.AutoFilter(13, "jphilipp")


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Reply
Map
View

Click here to load this message in the networking platform