Thread
:
How to do Cut and paste
View Single Post
#
1
Posted to microsoft.public.excel.programming
NR
external usenet poster
Posts: 1
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
Reply With Quote
NR
View Public Profile
Find all posts by NR