LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with quitting Excel with activex (save-dialog)

Solved!
Go to solution
Solution
Accepted by topic author CarlesD.Ward

Hi CD,

As per my knowledge in LabVIEW and ActiveX,

instead of using those many nodes, I would recommend you to use simply the 'Save' property node of the workbook and then quitting the Excel using 'Quit' property node of excel application.

Hope it helps.

0 Kudos
Message 11 of 12
(830 Views)

Hi everyone.

 

Thank you for your input. I finally got it working.

 

The final solution was:

- _Application.DisplayAlerts = false

- _Workbook.Save

- _Workbook.Saved = true

- _Application.Quit

 

Regards

CD

0 Kudos
Message 12 of 12
(819 Views)