View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tomasz Jastrzebski Tomasz Jastrzebski is offline
external usenet poster
 
Posts: 4
Default How to handle objects drag-drop? (Excel 2007 + VS 2008)

Hi,

I have Excel 2007 add-in VS 2008 application.

I created Custom Task Pane containing TreeList and would like to drag
TreeList elements and drop them into Excel cell which action would change
cell value.

I guess I neet to handle some Workbook or Application event but cannot find
anything useful.
How do I go about this?

Thanks,

Thomas