Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to export memo field to Excel sheet ?
Message
From
31/10/2002 17:01:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
How to export memo field to Excel sheet ?
Miscellaneous
Thread ID:
00717578
Message ID:
00717578
Views:
45
Memo field is truncated to 254 when I use COPY TO or the following code...

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

Someone knows another way to export without truncate memo fields?
Thank you in advance for your help.
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Next
Reply
Map
View

Click here to load this message in the networking platform