Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found this code but it pastes in Column A. Can someone advise how I can
paste to the last row +1 With Worksheets("Data") Set NextCell = .Cells(.Rows.count, "A").End(xlUp).Offset(1, 0) End With NextCell.Resize(UBound(vBOD) - LBound(vBOD) + 1, 1).Value = Application.Transpose(vBOD) Tks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste Array | Excel Discussion (Misc queries) | |||
Excel VBA, Loop, array, cut and paste | Excel Programming | |||
Paste Array into worksheet | Excel Programming | |||
Need help to Copy and Paste array using macro | Excel Programming | |||
lookup array and paste value | Excel Programming |