hi all;
please can any body help me with this:
I'm trying to assign 2 ranges in e sheets into one array
Dim myData() As Variant, Temp As Variant
Dim Obj As Object, I, x, lr As Long
Dim lr1, lr2 As Long
Sheet1.Activate
lr1 = Cells(Rows.Count, 1).End(xlUp).Row
ReDim myData(0 To...