![]() |
|
#1
|
|||
|
|||
![]()
HI,
Have the file Destination go to another part of the sheet and then you copy the data to "A1" and have it insert the copied data and at the same time move the file down. This is a recorded macro. But it may help. Code:
Sub Macro3() Range("H1:H3").Copy Range("A1").Select Selection.Insert Shift:=xlDown Application.CutCopyMode = False End Sub |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Linh | Word Tables | 1 | 09-21-2014 01:52 PM |
![]() |
Art Mann | Excel | 1 | 07-18-2014 09:55 PM |
Can anyone here tweek this macro for renaming Excel files based on a cell's contents? | chrisd2000 | Excel Programming | 6 | 07-01-2014 01:53 PM |
![]() |
gsrikanth | Excel Programming | 2 | 01-17-2012 11:29 PM |
![]() |
PomDave | Excel | 5 | 09-05-2011 10:49 PM |