LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can't recognize two Excel Register Call Back Events simultaneously when using Application Reference open

I am attempting to register for two ActiveX events simultaneously. I am opening Excel and then registering in for both the Workbook before
Save Event and Workbook before Close Event but only one wil work at a time.
No error messages appear, it just doesn't recognize one of the Events.
0 Kudos
Message 1 of 3
(2,715 Views)
Drag your first Reg Event Callback node to create a second event on the single node. This is how the LabVIEW shipping example, ActiveX Event Callback for IE.vi, works. You can find it by opening LabVIEW >> help >> find examples >> search for activex .
0 Kudos
Message 2 of 3
(2,715 Views)
Thank you for your response, however I have tried this method as well with the same results - Only one event is recognized.
0 Kudos
Message 3 of 3
(2,715 Views)