Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
How could i change the following line so that it cuts the range instead of copying it? rng2.Copy Destination:=Worksheets ("Exceptions_Report").Range("A8") TIA |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
try rng2.Cut Destination:=Worksheets("Exceptions_Report").Range ("A8") -- Regards Frank Kabel Frankfurt, Germany "Edgar" schrieb im Newsbeitrag ... Hi How could i change the following line so that it cuts the range instead of copying it? rng2.Copy Destination:=Worksheets ("Exceptions_Report").Range("A8") TIA |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to look up and copy a changing range of data ? | New Users to Excel | |||
copy formula without changing the row. | Excel Discussion (Misc queries) | |||
How do I copy columns A,B,C to A,C,E without Changing B&D | Excel Worksheet Functions | |||
Changing the columns to copy | Excel Worksheet Functions | |||
need to copy/paste formula w/o it changing | Excel Discussion (Misc queries) |