27-10-20 11:07 AM
ERROR: Internal : Could not execute code stage because exception thrown by code stage: SaveAs method of Workbook class failed |
27-10-20 12:09 PM
Hi Rajkumar,
Can you please confirm if any macro is available in the excel file which you want to save since without macro, it won't allow you to save the file
27-10-20 01:31 PM
27-10-20 03:09 PM
27-10-20 04:52 PM
27-10-20 05:05 PM
wb.SaveAs(Filename:=filename)
wb.SaveAs(Filename:=filename, FileFormat:=52)
You could also take file format into variable for support more file extensions.28-10-20 10:05 AM
28-10-20 11:38 AM
28-10-20 02:06 PM