list o installed printers

  • Thread starter Thread starter Arkaad
  • Start date Start date
A

Arkaad

Hi
my question is how to get list of installed printers using VBA


with best regards
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top