Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 48
Default Calling Excel Automation Add-In in VBA

We have an Automation Add-In that we developed in C# (2.0) which we are
calling from the worksheet in Excel (2003). We want to be able to call
functions in that AddIn from VBA code in teh workbook as well. If it
was a COM Add-IN, we could call
Application.COMAddIns.Item("TestAutomationAddIn.Fu nctions").Object to
get a handle to the AddIn and make calls on it, but the
Application.AddIns Collection (where Automation AddIns are accessed)
does not expose the Object property. How can I get a handle to my
Automation AddIn?
thanks!
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 2.1 - .NET Automation [email protected] Excel Programming 3 March 14th 06 07:54 PM
Excel 2.1 - .NET Automation [email protected] Excel Programming 0 March 13th 06 06:50 PM
Excel OLE automation Nicolas[_2_] Excel Programming 1 August 19th 05 07:17 PM
Automation : from Excel to VB ? PM Excel Programming 3 October 28th 04 09:19 PM
C# Excel Automation Add-In Frank X Excel Programming 4 February 23rd 04 01:30 PM


All times are GMT +1. The time now is 03:18 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"