Sorry if not listing this correctly, as not been on for a few years and my old account has gone.
Been trying to get a really simple bit of code to save the file I have to .xls format
No name or directory change, as save exactly as it is, but in .xls
Thought the following would work, but keep getting an error!
Been trying to get a really simple bit of code to save the file I have to .xls format
No name or directory change, as save exactly as it is, but in .xls
Thought the following would work, but keep getting an error!
VBA Code:
ActiveWorkbook.SaveAs ThisWorkbook.Path & "\" & FileName.xls