MoonMullen
Programmer
I have a CSV text file, created by javascript query, that Access does not "see" the LF however Excel can "see" the new line fine. Through VBA code I'm having Access read in the file and then write out with CRLF to each line. I then have to bring it back in for parsing and creating a table. The whole process is too slow, about 18 to 20 minutes, for 3,300 lines. Would it be better to bring in the file and hold it in memory as an array? If so, can the array be used to parse and create a table? Would this process be any faster? I am new to Access VBA, Excel is my preferred coding of VBA, and I don not fully understanding how arrays work or handling them. I