Calling a multi-function Add-In to be used as a part of VBA process

lswift88

New Member
Joined
Apr 18, 2013
Messages
1
I am trying to make use of an add-in that was created long before my arrival at the company.

The add-in itself is made up of multiple functions and I can't see an overall name for the add-in function. I know the .xla file name (CreditControlUtilities.xla) and I know that, in order to run it manually, I click 'Pivot' in my add-ins but I cannot seem to find an actual name for the entire process.

It also involves the pop-up of a form in which you are required to enter a date and I would hope that I could have this date automatically entered.

Any help would be greatly appreciated.

Thanks,
L.
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
If you get it down into the VBE level, could you not loop through all the modules in the XLA and debug the name of each procedure?

I certainly remember you can find and edit vba with vba - so to test you have the right one, it must obviously hold the sub_procedure name as a descriptor/parameter
 
Upvote 0

Forum statistics

Threads
1,203,483
Messages
6,055,675
Members
444,807
Latest member
RustyExcel

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