Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Code almost working..
Sub Foo() Set rng = Range("Mylist") 'Range("A4:F10") Set nrng = rng.Offset(4).Resize(rng.Rows.Count - 4) 'Range("A8:F10") nrng.Cut nrng.Offset(1).Select Selection(1).Select ActiveCell.Paste xlPasteValues '''<<< Runtime 1004 here Application.CutCopyMode = False End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste and Paste Special No Longer Working - Excel 2003 | Excel Discussion (Misc queries) | |||
In Excel: add a Paste-Special Option to paste IN REVERSE ORDER. | Excel Worksheet Functions | |||
Excel 1004 Error When Pasting Special W/ Macro | Excel Discussion (Misc queries) | |||
How do I capture user paste action and convert to Paste Special | Excel Programming | |||
Dynamic Copy/Paste Special Formulas/Paste Special Values | Excel Programming |