i have multiple excel file which is in .xlsx.iam automating that multiple excel files using vba code after successful formating it not saving showing
i enabled in trust center but still showing that prompt
i have multiple excel file which is in .xlsx.iam automating that multiple excel files using vba code after successful formating it not saving showing
Hi @Vijayan_Sathyagiri_EXTERN,
Could you try saving the file in .xlsm format, maybe it could work.
i dont need in .xlsm format i need in .xlsx format
Thankyou
What activities you are using for this?
Try using Modern activities Excel Process Scope → Use Excel File → Invoke VBA
Also the macro code file should be a text file.
Like this:
Code file pathsame issue iam facing while debugging in visual studio code also
If excel macro settings are done now, try restarting the system once.
Found the solution
Thankyou
@ashokkarale
in vba Code i disable the code line ws.open and ws.close
Dont need to open the excel and close the excel
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.