09-01-2020 08:22 AM
Hello,
I was wondering how can I save an excel file.
I did the save as, but now, I just want to do a save and it doesn't seem to save it.
I'm using the excelReport library on labwindows 2019.
Thanks
09-14-2020 12:22 AM
Excel_WorkbookClose (ExcelWorkbookHandle, NULL, CA_VariantBool (VTRUE),
CA_DEFAULT_VAL, CA_VariantBool (VFALSE));
The above function saves and closes an Excel worksheet.