#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
  #2   Report Post  
Posted to microsoft.public.excel.programming
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



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

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Moving data from an array to a range when range consists of areas? kfguardian Excel Programming 3 June 8th 08 04:04 PM
How to fix an array or range delboy Excel Discussion (Misc queries) 1 February 12th 08 08:14 PM
Redimming an array dynamically assigned from range (how to redim first dimension of a 2-D array? /or/ reverse the original array order) Keith R[_2_] Excel Programming 3 November 13th 07 04:08 PM
copy one array formula to an array range guedj54 Excel Programming 2 October 29th 06 07:38 PM
Tricky array formula issue - Using array formula on one cell, then autofilling down a range aspenbordr Excel Programming 0 July 27th 05 03:59 PM


All times are GMT +1. The time now is 01:43 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"