Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excel Automation
Message
 
To
22/05/2001 08:13:03
John Baird
Coatesville, Pennsylvania, United States
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00509815
Message ID:
00509821
Views:
18
This message has been marked as the solution to the initial question of the thread.
John,

Usually something like this works:

xlLastCell=11
xlR1C1 = -4150
lcLastCell = ObjExcel.ActiveSheet.Range("A1").SpecialCells(xlLastCel).Address(.f.,.f.,xlR1C1)
ObjExcel.ActiveSheet.UsedRange.Rows.Count
ObjExcel.ActiveSheet.UsedRange.Columns.Count
ObjExcel.ActiveSheet.Cells.Select && all used cells


Yuri

>>>>>>>>>>>>>>>>>>>>your message below
Hi guys:

Working with excel automation from vfp. How do I determine the active range of cells which contain data, i.e. the rightmost column intersected with the bottomost row that contain data?

.rows.count returns 65,536 and columns.count returns 256.

I thought about using loops and testing for empty, but there may be empty cells which would not return the proper column or row.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform