Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Extracting a few cells from an excel spreadsheet
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01371276
Message ID:
01375799
Views:
13
Yuri figured it out for me.

Instead of creating a refrence to Excel I just put it in a With / Endwith statement so no dangling refrences can happen.

* open the workbook you need
With oExcel.WorkBooks.Open(lcFileName)

...


Endwith
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform