View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Himani[_2_] Himani[_2_] is offline
external usenet poster
 
Posts: 22
Default have to open csv files with possibly more than 65000 rows of data

Yes, this can be possible but you have to write a macro for that.

" wrote:

Hello,

I hope someone can help me with this one. I am fairly new to working
with Access DB. I need help with creating a query which can import
CSV. files which are larger then 65,000 rows and then splitting it
into 2 files by projects, which then can be transported back to CSV
files.

Thanks