Help me please! I need to print several PDF files using VBAccess (Version 2000). I’m using the code below but does not print and no error occurs.
Dim aPDF As AcroPDF, cFile as string
Set aPDF = New AcroPDF
cFile = “c:\temp\guia rapido.pdf”
aPDF.LoadFile (cFile)
aPDF.printAll
* Reference: Adobe Acrobat Browser Control Type Library 1.0