![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
This may not be possible, but I have a need for it if it is. I am doing this with a macro, so need instructions if it can be done. I have a row of data, within that row I select some number of cells and copy them. I then select a cell in another row. Now, I want to do a paste value, but I want to past from the cell I select up, instead of down. example, I copy A7 thru A15 and copy. I then select cell B25 and when the paste is done, what was in A15 is in B25 and what was in A7 is in B18.
|
|
|
|
|
|
#2 |
|
Legend
Join Date: Feb 2002
Location: Minneapolis, Mn, USA
Posts: 9,704
|
Try the following macro. You should only select one cell on the paste, a procedure I did not test for in case you want to make a multiple selection. It will paste up in the original order from the first cell in the paste selection.
Hope this helps. _________________ Cheers, NateO [ This Message was edited by: NateO on 2002-05-19 00:53 ] |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Apr 2002
Location: Puerto Vallarta, Mexico
Posts: 869
|
I shall give it a try, Nate, thanks
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|