Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following code has worked good for me in the past:
Dim rng As Range Set rng = ActiveSheet.AutoFilter.Range rng.Copy Destination:=Worksheets("Old Data").Range("A1") Sheets("Old Data").Range("A1").EntireRow.Delete Shift:=xlUp However, I now want it to "Insert the Copied Data" at the destination and shift the existing data down. The code currently allows the data to be pasted over any existing data??? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't Copy and Paste or Paste Special between Excel Workbooks | Excel Discussion (Misc queries) | |||
Copy, paste without file name referenced after paste | Excel Discussion (Misc queries) | |||
Copy; Paste; Paste Special are disabled | Excel Discussion (Misc queries) | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
Macro to Copy/Paste then Paste to Next Line | Excel Programming |