View Single Post
  #10   Report Post  
Posted to microsoft.public.excel.programming
Peter Grebenik Peter Grebenik is offline
external usenet poster
 
Posts: 12
Default load/parse large text file

Peter

I was merely pointing out the limitations of copying data by setting a
range equal to an array. It means that this method cannot be used to
copy cells containing very long text strings; they have to be copied
using the copy method.

Peter