Hi,
The error is:
Wrong number of arguments or invalid property assignment
It seems the format code is wrong?
What is wrong with this code please?
ActiveWorkbook.SaveAs Filename:= _
"G:\MarketRisk\DailyReport\GlobalMarketsRiskReport" & Format(Range("ReportDate").Value, "ddmmyyyy") & "xls", _
FileFormat:=xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False
Bookmarks