Hi,
I'm facing the below issue:
With the below code I create the excel file but the format of the sheet is not as the template I want it to be.
Looks the code is not working properly but I'm not receiving any error after running it.
What is wrong?
Thank you
I'm facing the below issue:
With the below code I create the excel file but the format of the sheet is not as the template I want it to be.
Looks the code is not working properly but I'm not receiving any error after running it.
What is wrong?
Thank you
DoCmd.OutputTo acOutputTable, "PO_MILESTONE", acFormatXLSX, Application.CurrentProject.Path & "\" & "XS.xlsx", , "C:\MILESTONE_Template.xltx"