Hi all,
I have the below code which saves the current worksheet as a PDF file and then sends the worksheet out, but I would rather it send the PDF, can someone help?
Thanks,
Karl
Dim OutApp As Object
Dim OutMail As Object
Dim saveLocation As String
Set wb1 = ThisWorkbook
saveLocation =...