Excell VBA

Eugene

New Member
Joined
Mar 8, 2002
Messages
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
 

Excel Facts

How to find 2nd largest value in a column?
MAX finds the largest value. =LARGE(A:A,2) will find the second largest. =SMALL(A:A,3) will find the third smallest
On 2002-03-09 09:41, Eugene wrote:
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
A quick cheat - have you tried recording a macro that accesses your add-in and then take a look at the code generated by Excel?



_________________

Barrie Davidson
My Excel Web Page
This message was edited by Barrie Davidson on 2002-03-09 09:56
 
Upvote 0
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
 
Upvote 0
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
 
Upvote 0
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
 
Upvote 0
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
 
Upvote 0

Forum statistics

Threads
1,214,605
Messages
6,120,473
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top