I keep getting an error when I try to run or compile the code. I declared the dll in a module and here is the code I am using on the form. Any help would be appreciated.
Public pdfprinter As CDIntfEx.CDIntfEx
Private Sub Form_Load()
Dim pdfprinter As New CDIntfEx.CDIntfEx
Thanks
bsspgh