Hello,
I have been fiddling with this script for hours:
Sub MakeInvoice_PDF() ' Make_PDF Macro from Invoice data in specific folder "\Invoicing\PDF Files\"
With ActiveSheet.PageSetup
.Orientation = xlPortrait
.PrintArea = "$A$1:$G$56"
End With
ActiveSheet.ExportAsFixedFormat, _...