Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Dim v as Variant v=raNGE("A1:C100") --- v is now a 2-d array Using an array might not be the bets way though. It might be more efficient do either: - filter the range through code the build the array based on the shorter filtered cells - filter the range through code and work with this shorter range of cells directly without using an array. This will depend on what you are tryiong to accomplish in later processing of the array. -- Regards, Sébastien <http://www.ondemandanalysis.com "David" wrote: pls how do i convert excel sheet data to 2-D array using VBA macro. i intend filtering and extracting info from this array. thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro summarizing count below an array of data | Excel Discussion (Misc queries) | |||
complex excel formula Array how do I convert it to a vba Function | Excel Worksheet Functions | |||
Macro to convert data | Excel Programming | |||
convert excel worksheet to binary array | Excel Programming | |||
variant array containing cel adresses convert to actual ranges-array | Excel Programming |