Hi,
With the new version, the following code does not work
Set PDFjob = CreateObject(“PDFCreator.clsPDFCreator”)
How can i instantiate a PDFCreator Job in VBA ?
Thanks
tone
2
Something like this.
Dim PDFjob As New pdfforge.PDFCreator.COM.PdfCreatorObj()
At least in vb.net, this is how it works. You need to create a reference to the PDFCreator.exe.
Good Luck!
Hi Tone,
Thanks you for you response, but it’s in
vb.net not in VBA
In VBA this reference does not exist…
Someone else, another suggestion ?
I’ll end up not using this software that evolves but not in a good way, I think.
tone
4
You can reference this article on how to add a reference in VBA.