Hi my question is how to get list of installed printers using VBA with best regards
A Arkaad Sep 14, 2004 #1 Hi my question is how to get list of installed printers using VBA with best regards
N Norman Jones Sep 14, 2004 #2 Hi Arkaad, Perhaps either Application.Dialogs(xlDialogPrinterSetup).Show or Application.Dialogs(xlDialogPrint).Show would suffice. Alternatively, to produce a list for use elsewhere, see http://tinyurl.com/6evxy
Hi Arkaad, Perhaps either Application.Dialogs(xlDialogPrinterSetup).Show or Application.Dialogs(xlDialogPrint).Show would suffice. Alternatively, to produce a list for use elsewhere, see http://tinyurl.com/6evxy