Run addin from vba macro

Run addin from vba macro

Anonymous
Not applicable
637 Views
1 Reply
Message 1 of 2

Run addin from vba macro

Anonymous
Not applicable

Hi

 

Anyone knows how to call a addin from vba ?

 

The addin is existing, source code not available 😞

 

My only idea is to somehow activate the button on the ribbon, but I have no idea what to do.

 

Made a dump with the PrintRibbon routine from the online API help:

  Tab: CDLIGHT, CDLIGHT.Part.Tab

  Panel: iToolbox, CDLIGHT.iToolbox.Part.ToolBar

 

Any suggestions on how to proceed?

 

 

Best regards

Kristian Kristensen

0 Likes
Accepted solutions (1)
638 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Accepted solution

Found a solution Smiley Happy

 

Assigning a keyboard shortcut to the addin.

 

Using the SendKeys command from VBA

 

 

Best regards

Kristian Kristensen

0 Likes