27-01-21 10:00 PM
29-01-21 04:38 AM
26-08-21 02:50 PM
Hi Krishna,
I have the same problem.
I am trying to save an excel file to csv.
have created a custom code by making changes to existing save workbook As VBO
below is the line added in my new code :
wb.SaveAs(filename,6)
this method works perfectly fine on debug mode,when tried to run the code in full speed mode /or via control room.
I get an error stating :
Internal : Could not execute code stage because exception thrown by code stage: SaveAs method of Workbook class failed .
I even tried to increase the timeout in the code to 90 seconds and still no luck.
Please let me know what is missing .
Attached are the details.
Excel Version 2016
Thanks
Sanjay
18-03-22 11:30 AM