A
Al
I'm trying to print a report using Acrobat 5 Distiller. I
can do it manually but want to code it from a command
button on a form (Access 2000). The code below keeps
getting a compile error: "Method or Data Member not Found"
when it gets to "Application.ActivePrinter"
Dim printer As String
printer = Application.ActivePrinter
Application.ActivePrinter = "Acrobat Distiller"
....
Am I missing a Reference? I just want to use VBA to
switch to store the original printer setting, switch to
the Distiller printer, and then reset back to the default
printer. Is this harder than I'm giving it credit for?
Thank you in advance,
Al
can do it manually but want to code it from a command
button on a form (Access 2000). The code below keeps
getting a compile error: "Method or Data Member not Found"
when it gets to "Application.ActivePrinter"
Dim printer As String
printer = Application.ActivePrinter
Application.ActivePrinter = "Acrobat Distiller"
....
Am I missing a Reference? I just want to use VBA to
switch to store the original printer setting, switch to
the Distiller printer, and then reset back to the default
printer. Is this harder than I'm giving it credit for?
Thank you in advance,
Al