Launching an Add-in from a macro

Nike37773

New Member
Joined
Sep 11, 2009
Messages
1
Hi folks,

I've installed an Add-in into my Excel 2003 and am attempting to record a macro. The macro records everything that I do before and after the Add-in runs, but it doesn't record the add-in!

(sorry folks, noob to vba) Am I missing something? :confused: Why can't I launch the add-in? Can I hard code some VBA that will allow me to launch it and then execute whatever selections I would normally make in the screens that the add-in pops up?

Would appreciate any assistance!
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
An Excel Add-In is a File created first as a regular .xls file; But then File, SaveAs and .xla
file. Once saved (as an .xla file) in Excel goto the menu Tools, Add-Ins...(then) Browse..
File the .xla file and select, OK out...

Close Excel Completely;
Then reopen - Create a new WB,

Your add-in macros should be avaiable now
 
Upvote 0

Forum statistics

Threads
1,216,077
Messages
6,128,679
Members
449,463
Latest member
Jojomen56

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