![]() |
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 |
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 |
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