July 19th, 2006, 2:36 pm
looking for ideas or vba snippets to read a very large csv log file into either excel or into a vbayes, would prefer to use Access, etc ... but do not have itthe data has many multiples of Excels' 65,000ish row limit (300,000 lines last I looked), is sequential, and the rows are not numberedinitial thought is to read entire file into vba then place the clumps of 60,000 lines of data onto successive sheets in an Excel workbook for analysis... but how?