Hi ALL,
I am using this macro to print the invoices in the separate PDF file.
Please can someone modify to code to print the all invoices in one PDF file.
Sub PrinttoPdf1()
Dim i As Integer
Dim Startrange As Integer
Dim Endrange As Integer
Dim PSh As Worksheet
Dim PPath As String
On Error...