Hi Guys,
Why does my macro hate me?
I keep getting a syntax error on the FileFormat line.
I am using 2007
Why does my macro hate me?
Code:
ChDir "P:\Data\Data Sent"
ActiveWorkbook.SaveAs Filename:= _
"P:\Data\Data Sent\AU2011" & Format(Date, “yyyymmdd“) & “.csv”_
FileFormat:=xlCSV, CreateBackup:=False
I keep getting a syntax error on the FileFormat line.
I am using 2007