Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfer memo field to Ms-Excel
Message
From
31/10/2002 10:39:55
 
 
To
30/10/2002 18:43:48
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00717042
Message ID:
00717344
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform