View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mary Mary is offline
external usenet poster
 
Posts: 190
Default Drag and Drop in Excel 2003 with C# and VSTO

Hello,

maybe someone here can help me.
I have got a tree view in an actionpane in my c# vsto Project.
I can drag and drop the nodes into my excelsheet when I drop them onto a
textbox item which I placed on the sheet.
Is there a possibility to add the DropEnter and the DragDrop Events on the
sheet directly?

Thanks for your help!!
Mary