Share via

Way to fix 255 character limit when exporting form Access 2013 to Excel without VBA?

Anonymous
2016-03-11T19:23:29+00:00

I have a report of survey responses that I want to export to Excel to be sent to a translator but the long responses are cut off at 255 characters. 

I've looked at a lot of possible fixes to this around the web but the common answers are to make workarounds with VBA. To basically cut the responses apart and then export each piece or something along those lines.

However, this is not my primary job responsibility and I am new to Access and don't have any experience with VBA so I am having a hard time understanding how to go about doing some of those things.

Does anyone know of a way to solve the Excel truncation issue without using VBA? But by just clicking around and changing settings in Access or Excel? I'd love to find a fix along those lines before investing a lot of time trying to learn VBA.

Thanks!

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

4 answers

Sort by: Most helpful
  1. Anonymous
    2016-03-11T19:46:44+00:00

    What happens if you export the data as a text file (.csv - comma separated values)? If that succeeds the csv file can be opened in Excel. Maybe it won't limit the number of characters if you do it that way.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. Anonymous
    2016-04-19T15:39:03+00:00

    Basically any long text responses were having each line separated into a different stacked cell in a single column instead of having the text wrap in a single cell.

    I got around the issue by just exporting the query the form I wanted to export was based on instead of the form itself.

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2016-03-11T21:54:58+00:00

    If you use the CSV export there is an Advanced button. Clicking it will let you set up the export so it keeps things readable. How is the file changing the data?

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2016-03-11T20:06:34+00:00

    When I try exporting as CSV, the formatting gets completely rearranged and the responses become illegible.

    When exporting as .txt and then using Excel's Import Text File wizard, I can actually get it all looking ok and not cut off, but instead of having the text wrap, I get three or four cells in a column with the text split between them. This makes it all legible for sure, but because of the way the translators do their job the text needs to all be in one cell per response.

    Was this answer helpful?

    0 comments No comments