ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   How to do Cut and paste (https://www.excelbanter.com/excel-programming/307686-how-do-cut-paste.html)

NR

How to do Cut and paste
 
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


Norman Jones

How to do Cut and paste
 
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




No Name

How to do Cut and paste
 
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



.



All times are GMT +1. The time now is 04:24 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com