Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfer memo field to Ms-Excel
Message
From
31/10/2002 15:56:37
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
31/10/2002 10:39:55
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00717042
Message ID:
00717545
Views:
15
>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?

I don't know. I don't use Access.

Hilmar.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Reply
Map
View

Click here to load this message in the networking platform