I'm trying to save out a file using a combination of hard line and cell value to determine the file path.
In cell A29, I have a formula that outputs this:
2014\January\High Cash 1.7.14
I'm getting an Expected: end of statement error.
The code is:
ActiveWorkbook.SaveAs Filename:="S:\IRD\Tamarac\Daily High Cash Reporting\& Range("A29").Text & ".xlsx", FileFormat:= _ xlNormal, Password:="", WriteResPassword:="", ReadOnlyRecommended:=False _ , CreateBackup:=False