View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default slow reading a text file into excel


It worked for me in xl2002.
I have to assume there are other issues involved?

Did you try the code provided by Peter T in your other post?
It is much faster.
--
Jim Cone
Portland, Oregon USA


"larrydave"
wrote in message
I used your code and opened it in a new workbook, but it is still just as
slow. The debugger stops at this line:

If N = 65535 Then

Thank you for trying!