drag and drop monitoring

V

virmanisunil

How can i monitor the drag and drop operation in the excel sheet cells.



regards,
Sunil Virmani
 
D

Dave Peterson

I don't think you can directly.

I think the closest you can do is look for changes (via worksheet_change). But
that is unique to dragging and dropping.
 
Top