I have a macro that saves an Excel file with file name that includes the previous day date. It works fine, but I also want to include in the file name a text that exists in another sheet (sheet name is DSP) and in cell B8
This is the code I have:
ActiveWorkbook.SaveAs Filename:= _
"\\mypath\" & _
"Azal PHR " & Format(Date - 1, "mm-dd-yyyy")