.NET Add-in

D

Duncan Winn

I have a .net provider that I want to expose in excel so that SQL queries
can be sent to the provider and data returned from the provider to populate
a excel spread sheets.

I have written an add-in and I have exposed it in EXCEL, however I do not
know how to access it using VB code?

Any suggestions.... I am very new to VB and excel macros?

Duncan.
 
H

Harald Staff

Hi Duncan

Addins usually provide custom menu items or toolbar buttons for the host app, to trig its
own code with. Those are programmed within the addin, so I guess that's what you should
do, in C# or VB.NET or whatever you made the addin with.
 

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