W
ww
Hello
i would like to paste an array to my spreadsheet but i only want to
paste the right most column to the sheet. i simply cannot rememeber
how to resize it. I think i have the left side of the equation
correct but....
wbk.Application.Range("drop_here").Resize(UBound(vTemplate, 1),
1).Value = vTemp
Thank you in advance.
W
i would like to paste an array to my spreadsheet but i only want to
paste the right most column to the sheet. i simply cannot rememeber
how to resize it. I think i have the left side of the equation
correct but....
wbk.Application.Range("drop_here").Resize(UBound(vTemplate, 1),
1).Value = vTemp
Thank you in advance.
W