Thread: range array
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default range array

If you open a csv file in Excel like any other workbook, you can treat it as
a workbook, and do things such as that.

--
__________________________________
HTH

Bob

"JJF" wrote in message
...
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