Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Finding out programmatically how many rows in excel.
Message
From
27/01/2003 15:24:15
Jorge Haro
Independent Consultant
Juarez, Mexico
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00745897
Message ID:
00745960
Views:
23
It's an integer value, you can store it in a variable , as in:
local lnRows
lnRows = oExcel.WorkBooks(1).Worksheets(1).UsedRange.Rows
>Okay,
>
> I used the 1st line and did not get an error running the code, but can you tell me is there a variable I can look at to see what the values return are?
>
>Thanks...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform