Once an Add-in is properly registered and functioning from the Tools > Add-ins menu, can it be launched using just VBA? If so, what is the syntax?
I found this statement in the Help file: “There’s no RunCommand action setting that corresponds to the Add-ins command.”, which doesn’t bode well… I would like to run the Add-in from the click event of a command button on a form.
Thx.