V
Vasanth
Hi
I am running a macro from xlsxm file and in the end i am savng th
workbook as xlsx fomat . But i get the display message as
------------------------------------------------------------------
The following feature cannot be saved in macro-free workbooks
.VB Project
To continue saving as macro-free workbook click 'YES'
------------------------------------------------------------------
I click manually yes each time the macro is run. Is there any way t
suppress the display message and save it as xlsx file.
Below is the code
ChDir "C:\My documents"
ActiveWorkbook.SaveAs Filename:= _
"C:\My documents\User report.xlsx", _
FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
Please help me in this issu
I am running a macro from xlsxm file and in the end i am savng th
workbook as xlsx fomat . But i get the display message as
------------------------------------------------------------------
The following feature cannot be saved in macro-free workbooks
.VB Project
To continue saving as macro-free workbook click 'YES'
------------------------------------------------------------------
I click manually yes each time the macro is run. Is there any way t
suppress the display message and save it as xlsx file.
Below is the code
ChDir "C:\My documents"
ActiveWorkbook.SaveAs Filename:= _
"C:\My documents\User report.xlsx", _
FileFormat:=xlOpenXMLWorkbook, CreateBackup:=False
Please help me in this issu