ADODB Connection Column Limit?

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

I'm using an ADODB connection in VBA to read a flat csv file, however I'm
running into the 255 column limit, is there a way around this?
 
If you have more than 255 columns then you either have to put the data in
more than one row or put the data into more the one worksheet.
 

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