Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default COMBOBOX WITH PRINTERS LIST

Hi everyone!
I built a Form that prepares the layout of 22 sheets, but
then I would like to print them (on my PC I go on the
default printer) but i need to show the end-user the list
of printers that he has on his computer, therefore I
wanted to create a combobox with this list.

Thank you in advance!

Chris
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default COMBOBOX WITH PRINTERS LIST

How about just popping up the printer setup dialog?

Application.Dialogs(xlDialogPrinterSetup).Show

or

Application.Dialogs(xlDialogPrint).Show

or if you really want to get the printers:
http://google.com/groups?threadm=b23...0a% 40phx.gbl

ChristianP wrote:

Hi everyone!
I built a Form that prepares the layout of 22 sheets, but
then I would like to print them (on my PC I go on the
default printer) but i need to show the end-user the list
of printers that he has on his computer, therefore I
wanted to create a combobox with this list.

Thank you in advance!

Chris


--

Dave Peterson

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
.AddItem list and populating combobox with created list pallaver Excel Discussion (Misc queries) 8 June 27th 08 12:36 PM
List of available printers prizm1 New Users to Excel 3 June 12th 05 01:32 PM
How to get the available printers list in a macro [email protected] Excel Programming 3 March 5th 04 02:54 PM
Creating a printers list PO Excel Programming 2 November 14th 03 01:51 PM
List of Printers Bret Holle Excel Programming 1 September 27th 03 04:39 PM


All times are GMT +1. The time now is 02:58 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"