L
Legacy 319654
Guest
What am I missing? I have a macro workbook trying to save as .xlsx workbook in folder xlsx_xlsx.
I get compile error: Expected: list separator or )
Thanks
I get compile error: Expected: list separator or )
Code:
Sub ssFile()
ActiveWorkbook.SaveAs ("C:\Users\pnix4\Desktop\xlsm_xlsx\HireTerm “ & Format(Now(), “DD-MMM-YYYY”) & “.xlsx”)
End Sub
Thanks