@garak0410 wrote:
I am a neophyte to intermediate VBA Developer (and SOLO/All Things IT Director). We have a VBA heavy spreadsheet that uses PDF Creator to make and help email a PDF of one of the worksheets.
Here lately, it has been inconsistent on a few machines. So much so that I put one of the users in a rebuilt Windows 10 machine and it works fine again. But alas, I have another user who is having problems.
So I thought I’d look into upgrading to 2.5.3 but I know I need to replace the clsPDFCreator object.
The VBA code only calls for it one time in this line:
Set pdfjob = CreateObject("PDFCreator.clsPDFCreator")
I doubt it would be that easy to simply replace clsPDFCreator with another command but if so, which one would I use? Would it be PDFCreatorObj?
Thanks…
Posts: 2
Participants: 2