VB.net to replace unstable excel add-in

T

Troy

I keep getting excel link issues when people open excel files with an add-in.
The add-in has user-defined functions. From there I open the excel file in
VB.NET keeping the excel app invisible only using it for the logic produced
showing it in a nice windows application. However, data link issues occur for
no apparent reason, its hit and miss. I've tried just about everything to
prevent them. And I cannot use the Excel Add-in project because people would
have to register the .dll on their computers. Thats about 150 users on a very
secure network. So anyway's I would like to capture the events when I open up
the excel app from VB.NET and also for the users contructing the excel file,
give those folks user defined functions somehow. Is this possible?
 

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

Top