Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default 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



.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Paste and Paste Special No Longer Working - Excel 2003 SheriJ Excel Discussion (Misc queries) 2 January 15th 09 09:23 PM
can you change the default paste method? (paste values) David A Brown Excel Discussion (Misc queries) 3 December 18th 07 09:59 AM
In Excel: add a Paste-Special Option to paste IN REVERSE ORDER. stan-the-man Excel Worksheet Functions 7 June 14th 06 08:10 PM
Excel cut/Paste Problem: Year changes after data is copy and paste Asif Excel Discussion (Misc queries) 2 December 9th 05 05:16 PM
Macro to Paste to specific line, and continue to Paste each time on next row not over tomkarakowski[_2_] Excel Programming 1 May 28th 04 06:50 PM


All times are GMT +1. The time now is 03:43 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"