PDA

View Full Version : Available Procedures in COM add-in



fb7894
12-18-2017, 04:54 PM
My company uses a third-party COM add in called Market View. This add in has it's own ribbon controls. One of the ribbon button is "Refresh".

Is there a way i can find out the name of the procedure this button calls? I would like to call this procedure using VBA instead of pressing the button. The COM add-in is protected (so I cannot see the code).

Thanks.

SamT
12-18-2017, 05:41 PM
Try pressing F2 in the VBA editor.