Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transfer memo field to Ms-Excel
Message
De
31/10/2002 10:39:55
 
 
À
30/10/2002 18:43:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00717042
Message ID:
00717344
Vues:
19
To transfer data from vfp to excel, I do like this...

oXLS = createobject("Excel.Application")
oXLS.application.displayalerts = .F.
loWorkBook = oXLS.application.workbooks.open(lcTemplateFile)
oXLS.activesheet.range("A6").select
oXLS.activesheet.paste
loWorkBook.saveas(lcFichier)
oXLS.application.quit()

The command COPY TO also truncated memo field.
I want to know how to transfer via MS-Access?
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform