Application.ActivePrinter???

A

Aldo Miele

Somebody Know how is possible in EXCEL macro to define
the IP adress from a PRINTER in the command
Application.ActivePrinter = " ... "

Tanks for your help.
 
J

Jean-Yves

Hi Aldo,

Not to my knownledge. You can retrieve the list of available printers from
the registry and
set the active printer from that list.
Regards,

JY
 
Top