How can i monitor the drag and drop operation in the excel sheet cells. regards, Sunil Virmani
V virmanisunil Oct 24, 2005 #1 How can i monitor the drag and drop operation in the excel sheet cells. regards, Sunil Virmani
D Dave Peterson Oct 24, 2005 #2 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.
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.