Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to paste the results from a pivot table into a column. I want t
do this each time the pivot table refreshes so that it is pasting int the first empy row of the column range (i.e. its appending to th previous results. I can think of two ways to do this but don't really know how to do it' 1) name first cell in paste column and Range("A").Select Range(Selection, Selection.End(xlDown)).Select And paste destination = 1 extra row to this 2) Use dynamic past range and paste to it plus 1 extra row. Any thoughts on how to code this? Thank -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to select and append a column in VB and excel tia sal2 | Excel Discussion (Misc queries) | |||
how to select and append a column in VB and excel tia sal2 | Excel Worksheet Functions | |||
append column data | Excel Worksheet Functions | |||
How do I append same text to all the cells in a column at once? | Excel Worksheet Functions | |||
How do I append data in several cells in one column | Excel Discussion (Misc queries) |