Hi All
Ive been looking everywhere to try and find out how to save my Spreadsheet to a directory with a date from a cell as a file name, the closest I came was with the macro below
Public Sub SaveAsA1()
ThisFile = Range("A1").Value
ActiveWorkbook.SaveAs Filename:=ThisFile
End Sub
Thanks Neill
Ive been looking everywhere to try and find out how to save my Spreadsheet to a directory with a date from a cell as a file name, the closest I came was with the macro below
Public Sub SaveAsA1()
ThisFile = Range("A1").Value
ActiveWorkbook.SaveAs Filename:=ThisFile
End Sub
Thanks Neill