mai wrote:
>
> The task that I need to do is open existing excel file, append data to
> the last row, save data then close it. Everything works fine except
> saving the data. I used property workbook note to save then invoke
> node to close a workbook then invoke node to quit excel application.
> I watched and see that the data is written to the sheet but when I
> closed it, it is not saved.
>
> System: Window NT and Excel2000
Use Task Manager to check if Excel is still running.
I find that the programmatic close of Excel doesn't work. Excel is left
running until you actually quit either LabVIEW or the built app!
Side-effect: if you then launch Excel to view a document, the screen
isn't redrawn right.
Mark