Create a VBA routine to call the AddIn's routine.
That routine that you create can then be added to a toolbar button.
In the routine that you create, reference the AddIn specifically, and its routine. For instance, if the AddIn is called "BBR," and the routine is "GoPrint()," have your routine run the line BBR.GoPrint.
I haven't actually tried this, but it should work.
Pressing Ctrl+J in the VBA IDE should popup a list, and you can make your way through that list looking for the reference to the AddIn, to get the spelling, etc., right.
|