working with VBA in Autocad with PDFCreator
I try for serveral weeks to find the solution how I can fill in the form after PDFCreator is started to make the PDF.
In this form you can change the
1. Documentname
2. First date of issue
3. Revision date of issue
4. User
5. Title
6. Comment
and save the file. I want to do this automaticly. So I need the names given to the textboxes and how to talk to them.
I have tried to open PDFCreator in VB Express 2008. It doesnot work. I am not handy with VB but handy with VBA for Autocad.
In VBA for Autocad (version 6.3) I have made the Reference (Tools menu/Reference) to PDFCreator. The PDFCreator.dll isnot possible to use.
By using the VBA Object search there is no help aviable. Only the classes are shown. Trying the classes inclused PDFCreator.clsPDFCreator etc. no succes.
How has a clou?