Can you registrate a drag and drop event?

G

Gunnar Johansson

Hi there
Does any of you know if you can registrate DragAndDrop?

I want to protect my formats and links from draganddrop to and from other
sheets. Today, I actually have a subroutine to restore it, trigged by
WS_change event, but I noticed that if I DragAndDrop from my sheet to a
empty one, it didn't trigg the change event.

I don't want to use WS_Deactivate/Activate because I still want to be able
to copy and paste between the sheets. These events empty the clipboard...

Therefore, I came to the conclusion that if I can catch the DragAndDrop
event, I can trigg on that...

Kind regards
Gunnar
 
Top