I would like to know if there is a way to hook into drag and drop from an Excel cell. I'd like to detect the dragging of a cell so that what gets dropped outside of Excel is controlled by some VBA, VSTO etc code. For example, say a cell contains foo and this is dropped into Windows Explorer, a file called foo.txt is created.
Bookmarks