J
Jeremy Gollehon
I'm trying to set the Acrobat Distiller as the default printer in code. The
problem I'm running into is that distiller has a different codename on
different computers.
Eg.- On my computer it's Application.ActivePrinter = "Acrobat Distiller on
Ne01"
On another system, its Application.ActivePrinter = "Acrobat
Distiller on Ne02"
Is there a way to establish a variable like DistillerName = %Distiller% ????
Then I could run the code:
Application.ActivePrinter = DistillerName
Application.ActivePrinter = "Acrobat Distiller" does not work.
It would also be great if anyone knew how to get the code name of the
current active printer so I could put it back when I'm done.
Thanks!
-Jeremy
problem I'm running into is that distiller has a different codename on
different computers.
Eg.- On my computer it's Application.ActivePrinter = "Acrobat Distiller on
Ne01"
On another system, its Application.ActivePrinter = "Acrobat
Distiller on Ne02"
Is there a way to establish a variable like DistillerName = %Distiller% ????
Then I could run the code:
Application.ActivePrinter = DistillerName
Application.ActivePrinter = "Acrobat Distiller" does not work.
It would also be great if anyone knew how to get the code name of the
current active printer so I could put it back when I'm done.
Thanks!
-Jeremy