Exporting data from Access 2000 to Excel sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How do get more than 250 characters in a field when exporting data from
Access 2000 to an Excel sheet?
 
Use a macro with the TransferSpreadsheet, or use VBA code to run the
DoCmd.TransferSpreadsheet method. The manual method (File | Export) uses the
EXCEL 95 format, which limited strings to 255 characters.
 

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

Back
Top