Thread: range array
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JJF JJF is offline
external usenet poster
 
Posts: 10
Default range array

There is any way to use this code

Set rngArray = Range("xxx")
arrCodes = rngArray.Value

also for file csv?

I'd like to import into variant array a range from this kind of file.
Any idea?

tya