View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NR NR is offline
external usenet poster
 
Posts: 1
Default 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