View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Arifi Koseoglu Arifi Koseoglu is offline
external usenet poster
 
Posts: 9
Default How to catch copy/paste & cut/paste ?

Hello everyone,

Quite new to VBA etc stuff (but not new to programming), I am looking on
ways to catch a user's copy/cut + paste command from all possible locations
(edit menu, keyboard shortcuts, other if any (are there others?), then do
some modifications in the cells being copied/moved and then paste to
wherever the user wanted to copy the stuff.

How do I do that ?

Many thanks in advance,
-arifi