Cannot Get PDFCreator code to Work

chewbacca

New member
Joined
May 2, 2013
Messages
1
Reaction score
0
Points
0
I am trying to use the code provided in earlier forums to print an excel bill of lading to a pdf file using PDFCreator. I am not very knowledgable in VBA and what I know, I taught myself. I am using excel 2010.

The part of the code that keeps giving me an error is:

Dim pdfjob As PDFCreator.clsPDFCreator

and...
Set pdfjob = New PDFCreator.clsPDFCreator


Basically anything that has the PDFCreator.clsPDFCreator in it.
 
You need to install PDFCreator and then in VBA go to Tools>References and scroll down to select "PDFCreator"
Let me know if this did it.
 
Back
Top