Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 14
Default Range.Copy [Destination] should not use clipboard

Currently, after this function call, the system clipboard gets cleared. This
is a big issue for me to run Excel automation in background (generating
reports), because user working in foreground cannot use clipboard as usual.

Clipboard is for sharing data between applications. The current
functionality of Range.Copy doesn't make any sense. Why would you copy
anything to clipboard and clear it right away, so nobody can share it? What's
the point to use the clipboard here?

There is another function Worksheet.Copy in Excel, which doesn't use the
clipboard. So, why should Range.Copy use the clipboard? I agree that
Selection.Copy and ActiveSheet.Paste should use clipboard and it's good
enough.

Ideally, there should be another optional parameter to Range.Copy function
to specify if you want to use clipboard. If user chooses to use clipboard, it
should leave the content in the clipboard, NOT clear it right away. If user
chooses not to use clipboard, clipboard should NOT be altered at all.


----------------
This post is a suggestion for Microsoft, and Microsoft responds to the
suggestions with the most votes. To vote for this suggestion, click the "I
Agree" button in the message pane. If you do not see the button, follow this
link to open the suggestion in the Microsoft Web-based Newsreader and then
click "I Agree" in the message pane.

http://www.microsoft.com/office/comm...lic.excel.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
Using copy and destination formatting Jeff S.[_2_] Excel Discussion (Misc queries) 6 August 18th 09 11:24 AM
How do I copy borders without erasing other destination formats? RuudS Excel Discussion (Misc queries) 0 April 11th 09 08:59 AM
.Copy Destination:= << Forget when PasteValues is desired Jim May Excel Discussion (Misc queries) 1 August 12th 07 07:34 PM
VBA .copy destination jerredjohnson Excel Discussion (Misc queries) 2 July 18th 06 11:18 PM
Destination range marpetban Excel Discussion (Misc queries) 0 July 5th 06 02:51 PM


All times are GMT +1. The time now is 06:06 PM.

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"