Thread: .NET Add-in
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Duncan Winn Duncan Winn is offline
external usenet poster
 
Posts: 1
Default .NET Add-in

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.