I have this code:-
Sub pdfInvoice()
'
' pdfInvoice Macro
'
'
ActiveWindow.SelectedSheets.PrintOut Copies:=1, PrintToFile:=True, Collate _
:=True, IgnorePrintAreas:=False
End Sub
But I want it to save to a specific location & as the 'saved file' name will change upon each print...