Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi, I don`t understand why my values are transposed , hopefully someon ca help.. I`m trying to get values into the range Arr2 based on certain criteria Basically i guess its like Dim Arr1 As Range Dim Arr2() As Variant Arr2 = Worksheets("sheet2").Range("A1:A10").Value Set Arr1 = Worksheets("sheet1").Range("A1:J1") For i = 1 to 10 Arr1(i,1).Value = Arr2(i,1) next i and it works except the values are not written into the Arr2 range but from the first cell in Arr2 and down in the column A. I want the value to be written from A1 to A10. frustrate -- hk ----------------------------------------------------------------------- hke's Profile: http://www.excelforum.com/member.php...nfo&userid=155 View this thread: http://www.excelforum.com/showthread.php?threadid=31375 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF formula-simple question; simple operator | Excel Discussion (Misc queries) | |||
Named ranges interfere with simple formulas | Excel Discussion (Misc queries) | |||
Simple Simple Excel usage question | Excel Discussion (Misc queries) | |||
vba - need simple function to delete ranges | Excel Programming | |||
simple question, hopefully a simple answer! | Excel Programming |