Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you use this method, don't forget to give correct dimensions while
you're reading your array, since the variant array is multidimensional. Like this : myarray(rownumber,1) if your range would have 2 columns, then it supposed to look like this, if you want to read a value from the second column : myarray(rownumber,2) --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Assigning cell values to variables | Excel Discussion (Misc queries) | |||
Convert Data Range in to individual values | Excel Discussion (Misc queries) | |||
Assigning ranges for values (e.g., $1,005 the range is ">$1K to 5K | Excel Worksheet Functions | |||
Automatically clear values from a range of selected cells | Excel Discussion (Misc queries) | |||
Assigning Selected Cells to Code | Excel Programming |