Dear VB users,

Writing a VBA application, I do have to select a printer on the network.
Is this possible in VBA

In VB I am using:

Dim MyPrinter as Printer
For each MyPrinter in Printers
msgbox MyPrinter.DeviceName
next

Please can someone give me VBA source and/or information wich references I do have to choose.

Nice greetings,

Michelle.