Hi Gurus,
I want to disable drag and drop events when the user selects a particular shape from my worksheet, is it possible to trap drag/drop events in excel or Word?
Thanks
Rahul
Printable View
Hi Gurus,
I want to disable drag and drop events when the user selects a particular shape from my worksheet, is it possible to trap drag/drop events in excel or Word?
Thanks
Rahul
Please do not post duplicate threads in other forums unless your question has gone unanswered
for a reasonable amount of time.
Check out my code in CodeBank for an example on Creating Excel Events.
Hi Guru,
I saw your example, workbook does not have drag and drop events like OLE Controls, suggest me how to do it.
Thanks
Rahul
I didnt see anything for a shape's DragDrop event (worksheet controls) but the only event I found
was the BeforeDragOver Event for UserForms.