![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 1
|
I am using a third party addin in Excell. I would like to access it's funcion programatically but I don't know how to identify the object in order to execute it's function from code. Any ideas will be greatly appreciated. Thanks
[ This Message was edited by: Eugene on 2002-03-09 09:42 ] |
|
|
|
|
|
#2 | |
|
MrExcel MVP
Join Date: Feb 2002
Location: Winnipeg
Posts: 2,330
|
Quote:
_________________ Barrie Davidson My Excel Web Page [ This Message was edited by: Barrie Davidson on 2002-03-09 09:56 ] |
|
|
|
|
|
|
#3 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Well assuming it can be accessed programmatically then you just need to set a reference to the add-in on the Tools, References menu item in the VB editor. Then in code you'd do something like this:-
AddinName.MethodName (the procedure you want to run from the code) HTH, D |
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Well assuming it can be accessed programmatically then you just need to set a reference to the add-in on the Tools, References menu item in the VB editor. Then in code you'd do something like this:-
AddinName.MethodName (the procedure you want to run from the code) HTH, D |
|
|
|
|
|
#5 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Well assuming it can be accessed programmatically then you just need to set a reference to the add-in on the Tools, References menu item in the VB editor. Then in code you'd do something like this:-
AddinName.MethodName (the procedure you want to run from the code) HTH, D |
|
|
|
|
|
#6 |
|
MrExcel MVP
Join Date: Feb 2002
Location: Sydney, Australia
Posts: 2,908
|
Sorry, don't know what happened there - is the board behaving badly today (i.e. quite slow to load) or is it just me?
Regards, Dan |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|