Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Very Slow creation of Excel Object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Very Slow creation of Excel Object
Divers
Thread ID:
00220302
Message ID:
00220302
Vues:
70
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform