Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Detect available printers using VBA 2

Status
Not open for further replies.

sharlfish

Technical User
Nov 20, 2001
4
0
0
US
I need to add a userform module to a macro to allow the user to select from a list of printers available to them. What I envision is to write code to search their system to see what print drivers are installed on their printer and give them the option to choose from those printers, much like the dialogs(wdDialogFilePrint) dialog box does. My problem is that I can't find the code that will allow me to do this.

 
Does Application.Dialogs(xlDialogPrinterSetup).Show help ?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top