Roger Middlebrook
Posts: 98
Joined: 2004-08-24
|
We have a TadxBackstageRegularButton with ID='KXProcessButton'.
The OnClick handler for this button is KXProcess
We have a client has a need to call KXProcess directly from VBA but we have not made KXProcess accessible from the add-in object in Word.
Is there a way to use VBA to 'click' our button and therefore run KXProcess?
If not, can you suggest another way of accessing the KXProcess function?
We can make KXProcess available in future but do not want to produce a new release of our product just to meet this one client's requirement.
Thanksit may be unhelpful, but it's all I've got... |
|
Dmitry Kostochko
Add-in Express team
Posts: 2752
Joined: 2004-04-05
|
Hi Roger,
I am afraid there is no way to 'click' an add-in's ribbon or backstage button from a VBA code.
You need to allow accessing your KXProcess method by adding a new method to the type library of your add-in. |
|