C# Aplpication and Excel Add-In

  • Thread starter Thread starter Rushi
  • Start date Start date
R

Rushi

Hi Friends,

I have created an add in C#, which is popup a form on excel.
Now my query is, i have a tree control which contain some data. now
when user drag any item to excel cell at that time i want information
about that cell...like cell location, WorkSheet name, cell
value...etc...
In first it's seems easy...but it's not. I have tried by using invoke
methods of excel...but no luck....

Your help is greatly appreciated.
Thanks,
Rushikesh Joshi
 
What kinda of event you use to try to display
cell information on the form? I believe
it should be the drag out, completedrop or something similar
on the tree control.

Shinya
 
Back
Top