Hi,
I am creating pdf file from excel file using VBA code
Here is the sample VBA code
Dim PdfDistillerObj As Object
'create object using distiller dll
Set PdfDistillerObj = CreateObject("PdfDistiller.PdfDistiller.1")
' create the pdf report from the ps report...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.