Also this VFPx project works well and doesn't require Excel to be installed in order to directly create an XLSX file.
<https://github.com/ggreen86/XLXS-Workbook-Class> -- rk -----Original Message----- From: ProfoxTech <[email protected]> On Behalf Of António Tavares Lopes Sent: Wednesday, May 1, 2019 4:09 AM To: [email protected] Subject: Re: VF9: Exporting a Memo Field to Excel Desmond, The CSVProcessor class in VFPX may do that for you. m.CSV = CREATEOBJECT("CSVProcessor") m.CSV.Export("toExcel.csv", .T.) On Tue, Apr 30, 2019 at 6:01 PM Desmond Lloyd <[email protected]> wrote: > Does anyone have a quick and easy way to export a memo field(s) into Excel? > > TIA/Appreciate the help. > Regards, > Desmond > > > --- StripMime Report -- processed MIME parts --- multipart/alternative > text/plain (text body -- kept) > text/html > --- > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: https://leafe.com/archives This message: https://leafe.com/archives/byMID/bn6pr10mb1458f788c07c728e16e9157fd2...@bn6pr10mb1458.namprd10.prod.outlook.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

