When I use this code the file is only saved at:
c:\MarketAction s and not in the subfolder \Egypt.
Where is the problem?
Please advise
c:\MarketAction s and not in the subfolder \Egypt.
Where is the problem?
Code:
Sub SaveFile() ActiveWorkbook.SaveAs ("c:\MarketActions\Egypt\" _ & Format(Now(), "YYYYMMDDHHMM") & ".xlsm") End Sub
Comment