Truncation when exporting to excel

L

Liz Simmonds

I have a memo field which is part of a report Im exporting
to Excel and it keeps getting truncated. Is there any way
around this?

Thanks
Liz
 
K

Ken Snell

How are you exporting? Via File | Export process? That process uses "old"
EXCEL specs that will truncate long (greater than 255 characters) strings.

Use a macro and do the TransferSpreadsheet action. Select the EXCEL version
of 97 or higher version as the argument for file version.

Or use VBA code and use DoCmd.TransferSpreadsheet in similar way.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top