Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way to cause something to print to the default printer for the
computer from which it is printed? The code works great for printing to my network printer but this document could be printed by anyone in the building and they are not going to want to come down to my work area to retrieve their printout. Private Sub CommandButton1_Click() If CheckBox1 = True Then Sheets("January").PrintOut Copies:=1, ActivePrinter:= _ "Paratransit_Color_Laser on Ne01:" End If End Sub |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Found my solution. Just eliminated the reference to the active printer.
"Patrick C. Simonds" wrote in message ... Is there any way to cause something to print to the default printer for the computer from which it is printed? The code works great for printing to my network printer but this document could be printed by anyone in the building and they are not going to want to come down to my work area to retrieve their printout. Private Sub CommandButton1_Click() If CheckBox1 = True Then Sheets("January").PrintOut Copies:=1, ActivePrinter:= _ "Paratransit_Color_Laser on Ne01:" End If End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 printing problem--printing 1 document on 2 pages | Excel Discussion (Misc queries) | |||
Excel Printing --Borders are not printing on the same page as data | Excel Discussion (Misc queries) | |||
Printing a heading on each new page when printing | Excel Discussion (Misc queries) | |||
Enable Double sided printing contiuously when printing multiple s. | Excel Discussion (Misc queries) | |||
Printing? Worksheets not printing the same on multiple pc's! | Excel Programming |