Drag and Drop

A

Andrew Wiles

Hi

I am writing an addin which displays data in tabular format within Excel. I
would like to allow the application user to change the layout of the table
using drag and drop. I have seen this functionality implemented in other
add-in products so I know it is possible.

The Excel event model does not appear to have explicit event for determining
when a drag or drop operation takes place.

Is there a location that would provide an example of drag/drop both:

1. Within the worksheet (cel to cell)
2. From a .NET form (this is a VSTO add-in) onto the worksheet.

Thanks in advance for any help
 
Top