XLS Saveas
Posted: Tue Feb 11, 2025 7:23 pm
Hello,
I create XLS and when the sheet is ready and shown this command will ask to save:
Then when I choose not to save I will give runtime error:
Is there a way to catch this error and ignore?
Greetings, Serge
I create XLS and when the sheet is ready and shown this command will ask to save:
Code: Select all
oSheet1:SaveAs("C:\folder\file.XLS")
Code: Select all
Error WINOLE/1007 (0x800A03EC): SAVEAS
Parameter : [ 1] = C "C:\folder\file.XLS" (DOS Error -2147352567)
Called from TOLEAUTO:SAVEAS(0)
Greetings, Serge