Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following:
Dim vtInput() As Variant totalrows = ActiveSheet.UsedRange.Rows.Count vtInput = Range(Cells(1, 1), Cells(totalrows, 2)) Sheets("BB DATA").Select ActiveSheet.Range(Cells(5, 1), Cells(totalrows, 2)) = vtInput The above works fine. Now, if I change the last line to: ActiveSheet.Range(Cells(5, 1), Cells(totalrows, 1)) = vtInput; that works fine as well, giving me the first column of my 2-dimension array. How can I paste only the second column of my array? TIA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to import web query as array? | Excel Discussion (Misc queries) | |||
Array data in SQL Query? | Excel Programming | |||
SQL Query Destination as an array varable | Excel Programming | |||
Web Query & Array Questions! | Excel Programming | |||
Query for data in an array | Excel Programming |