.Net remoting call from Excel macro?

B

balaji

Hi all,

Is there a way to use .Net remoting via Excel macros?. I want to do is
if a particular cells in the excel file changes, my .Net applicaiton
need to be notified about this. Is there any other way of interprocess
communicatin between excel and my app? All i need is my application
loads a excel file to read data but if the excel file is change
externally by any other process or user, i need to be notified so that
my application needs to reload the data. Any help would be great help

venky
 
G

Guest

If you make your App's assembly COM-visible so that Excel can set a COM
reference to it, then Excel could talk to your app, but that's about it.
Peter
 

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

Similar Threads


Top