Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Very Slow creation of Excel Object
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Very Slow creation of Excel Object
Miscellaneous
Thread ID:
00220302
Message ID:
00220302
Views:
69
I have been trying to send data to an Excel Object as follows and it takes about 2 minutes per 100 records. Is there anything I can do to speed it up

n= 0
SCAN
n = n+1
oExcel.Cells(1,n) = FirstName
oExcel.Cells(2,n) = LastName
oExcel.Cells(3,n) = Address1
oExcel.Cells(4,n) = Address2
ENDSCAn
Next
Reply
Map
View

Click here to load this message in the networking platform