Greetings,
I have a macro that creates a new workbook and saves it with the file name composed of a number in cell A09.
ActiveWorkbook.SaveAs Filename:=ThisWorkbook.Path & "\TDN Forms\" & Worksheets("Rev #").Range("AO9") & ".xlsx", CreateBackup:=False
How can I insert a prefix to the file...