A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
This doesn't solve my problem. Having the same as above listed.
I'm using ActiveWorkbook.Path & Application.PathSeparator & NewFilename to build my string for executing
ActiveWorkbook.SaveAs Filename:=FilenameStr, FileFormat:=xlCSV
and it just gives 1004 errors.
...
So, I instead went and Recorded the macro and performed the action. Other than putting the Path and filename explicitly in single quotes, the code was nearly the same. I replaced my variable FilenameStr in to the command and then it worked. The only other difference was that it split the command into two lines and appended them with _
I think this is a bug.