Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Oct 12, 6:13*pm, "Bob Phillips" wrote:
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- Hide quoted text - - Show quoted text - and how to import all range all at once into variatn variable? cause it will get all the entire row, and i'd need the "split" |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Moving data from an array to a range when range consists of areas? | Excel Programming | |||
How to fix an array or range | Excel Discussion (Misc queries) | |||
Redimming an array dynamically assigned from range (how to redim first dimension of a 2-D array? /or/ reverse the original array order) | Excel Programming | |||
copy one array formula to an array range | Excel Programming | |||
Tricky array formula issue - Using array formula on one cell, then autofilling down a range | Excel Programming |