PC Review


Reply
Thread Tools Rate Thread

How do I cut/copy paste without using the clipboard?

 
 
Simon
Guest
Posts: n/a
 
      11th Aug 2008
Thanks
 
Reply With Quote
 
 
 
 
Joel
Guest
Posts: n/a
 
      11th Aug 2008
Set cutcopy mode I think False. If not try true.

Returns or sets the status of Cut or Copy mode. Can be True, False, or an
XLCutCopyMode constant, as shown in the following tables. Read/write Long.

Return value Description
False Not in Cut or Copy mode
xlCopy In Copy mode
xlCut In Cut mode

Set value Description
False Cancels Cut or Copy mode and removes the moving border.
True Cancels Cut or Copy mode and removes the moving border.


Example
This example uses a message box to display the status of Cut or Copy mode.

Select Case Application.CutCopyMode
Case Is = False
MsgBox "Not in Cut or Copy mode"
Case Is = xlCopy
MsgBox "In Copy mode"
Case Is = xlCut
MsgBox "In Cut mode"
End Select



"Simon" wrote:

> Thanks
>

 
Reply With Quote
 
Peter T
Guest
Posts: n/a
 
      11th Aug 2008
You need to explain the question, depending on what you mean there's a
variety of answers.

Regards,
Peter T

"Simon" <(E-Mail Removed)> wrote in message
news:f2b45ce0-e9cc-45b5-a6b6-(E-Mail Removed)...
> Thanks



 
Reply With Quote
 
Simon
Guest
Posts: n/a
 
      11th Aug 2008
On Aug 11, 11:28*am, "Peter T" <peter_t@discussions> wrote:
> You need to explain the question, depending on what you mean there's a
> variety of answers.
>
> Regards,
> Peter T
>
> "Simon" <simonlaven...@gmail.com> wrote in message
>
> news:f2b45ce0-e9cc-45b5-a6b6-(E-Mail Removed)...
>
>
>
> > Thanks- Hide quoted text -

>
> - Show quoted text -


No worries, I am using Copy:= Destination
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to copy/paste without using clipboard? Ming Microsoft Excel Misc 11 5th Oct 2009 02:42 PM
Clipboard gets empty by itself, cleared clipboard, copy paste doesn't work, outlook clears clipboard, problems with clipboard - possible solution Jens Hoerburger Microsoft Outlook 0 24th Aug 2006 02:44 PM
How do I disable Office Clipboard so Copy Paste uses traditional Windows Clipboard dwilliamson@ivsi.com Microsoft Excel Discussion 10 24th Feb 2005 02:36 PM
Copy/Paste clipboard Grant Microsoft Word New Users 2 17th Sep 2004 03:16 PM
Copy & Paste from the clipboard =?Utf-8?B?R3Vpbm4=?= Microsoft Word Document Management 1 25th May 2004 11:57 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:59 AM.