Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Excel Check if copy envoked
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Dave Peterson, post: 6369080"] You could use if application.cutcopymode = xlcut then (or xlcopy or false) But the real bad news is that rest of the macro can't do much. Most macros that do anything will kill the clipboard. So if your code does (almost) anything, there's a good chance that you're going to kill the paste operation--there won't be anything left in the clipboard. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Excel Check if copy envoked
Top