Hi All,
I am trying to save a workbook using this code:
It saves but then comes up with error 1004? anyone know why this is?
Thanks
I am trying to save a workbook using this code:
Code:
ActiveWorkbook.SaveAs "D:\Test\Testing " & Cells(5, 1) & Cells(5, 9) & ".xlsm", FileFormat:=52
It saves but then comes up with error 1004? anyone know why this is?
Thanks