Hi Mr. Excel,
Below is a fantastic macro you shared with us to save the file name derived from a cell. Is it possible to save a file name derived from 3 cells, i.e. Cells A1, C5, D8?
Sub SaveAsA1()
ThisFile = Range("A1").Value
ActiveWorkbook.SaveAs Filename:=ThisFile
End Sub
Thank you,
Sai Chu
Below is a fantastic macro you shared with us to save the file name derived from a cell. Is it possible to save a file name derived from 3 cells, i.e. Cells A1, C5, D8?
Sub SaveAsA1()
ThisFile = Range("A1").Value
ActiveWorkbook.SaveAs Filename:=ThisFile
End Sub
Thank you,
Sai Chu