call to macro in xlam from macro in xlsb

S

SteveDB1

Hello all.
I just finished a macro, and wanted to add a call operation in it to another
macro located in my xlam file.
The "source" macro is located in my xlsb file.
I tried
application.run "c:\fullpath\AddIns\MyAddIns.xlam!MacroName"
I also tried it without the full path, and that did not work.

How do I accomplish this?

Oh, the macro in the xlam file has the (optional control as IRIbbonControl)
to allow it to be accessed within the xlam file from other macros.

Thank you.
Best.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top