Losing data importing from Excel

L

Larry

I have a column in a spreadsheet that is used for
comments. When I import this spreadsheet I lose part of
the text. Has anyone experienced this also? What am I
doing wrong and what can I do to correct this?

Thank you.
Larry
 
K

Ken Snell [MVP]

"Import" meaning manually importing via File | Get External Data ... |
Import ?

That method uses old EXCEL format (95), which truncates text strings longer
than 255 characters. Use TransferSpreadsheet method in a macro or in VBA
code to import your spreadsheet's data -- that method allows you to specify
a newer version of EXCEL that will not truncate.
 
L

Larry

It works.
Thank you
-----Original Message-----
"Import" meaning manually importing via File | Get External Data ... |
Import ?

That method uses old EXCEL format (95), which truncates text strings longer
than 255 characters. Use TransferSpreadsheet method in a macro or in VBA
code to import your spreadsheet's data -- that method allows you to specify
a newer version of EXCEL that will not truncate.

--

Ken Snell
<MS ACCESS MVP>




.
 

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