Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Managing Cut/Copy & Paste During Program Run

I have a couple programs that make use of copy and paste during code
run to move around entire rows or columns. The problem I run into is
that the programs might run for an extended period of time so, the
user has time to work on other things during that period. However,
while the code is running, the user loses the ability to copy and
paste because the program is hitting the clipboard buffer.

My question: Is there a way to do a cut/copy&paste where VBE use a
clipboard buffer seperate from the system-wide clipboard buffer the
user would be utilizing? Any work around I've been able to dream up
so far would be horribly slow and cumbersome.

Thanks,

Cory
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,514
Default Managing Cut/Copy & Paste During Program Run

Cory Layman brought next idea :
I have a couple programs that make use of copy and paste during code
run to move around entire rows or columns. The problem I run into is
that the programs might run for an extended period of time so, the
user has time to work on other things during that period. However,
while the code is running, the user loses the ability to copy and
paste because the program is hitting the clipboard buffer.

My question: Is there a way to do a cut/copy&paste where VBE use a
clipboard buffer seperate from the system-wide clipboard buffer the
user would be utilizing? Any work around I've been able to dream up
so far would be horribly slow and cumbersome.

Thanks,

Cory


When your code is done with each cut/copy/paste, try clearing the
clipboard so it's empty...

Application.CutCopyMode = False

--
Garry

Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc


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
How can I paste worksheet to an other program through a HYPERLINK Patrick Excel Discussion (Misc queries) 2 November 4th 06 09:07 PM
Copy to Clipboard and so that I may paste to any other program tomwashere2 Excel Programming 10 August 23rd 06 02:55 PM
Find and Paste Program Taru Excel Programming 9 June 16th 06 11:31 PM
copy paste program msam137 Excel Programming 0 March 3rd 05 05:57 PM
Copy/Paste program error Eager2Learn[_11_] Excel Programming 2 June 24th 04 05:21 AM


All times are GMT +1. The time now is 06:06 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"