Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Following command for copy and paste is working
Cells(1,1).copy Cells(2,1).paste but cut and paste is not working Cells(1,1).cut Cells(2,1).paste Please |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi NR,
Try: Cells(1, 1).Cut Cells(2,1) --- Regards, Norman "NR" wrote in message ... Following command for copy and paste is working Cells(1,1).copy Cells(2,1).paste but cut and paste is not working Cells(1,1).cut Cells(2,1).paste Please |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks
It worked -----Original Message----- Hi NR, Try: Cells(1, 1).Cut Cells(2,1) --- Regards, Norman "NR" wrote in message ... Following command for copy and paste is working Cells(1,1).copy Cells(2,1).paste but cut and paste is not working Cells(1,1).cut Cells(2,1).paste Please . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Paste and Paste Special No Longer Working - Excel 2003 | Excel Discussion (Misc queries) | |||
can you change the default paste method? (paste values) | Excel Discussion (Misc queries) | |||
In Excel: add a Paste-Special Option to paste IN REVERSE ORDER. | Excel Worksheet Functions | |||
Excel cut/Paste Problem: Year changes after data is copy and paste | Excel Discussion (Misc queries) | |||
Macro to Paste to specific line, and continue to Paste each time on next row not over | Excel Programming |