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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top