Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
My spreadsheet prints to a color printer for my users. Between the 4 users, there was only 2 printer ports that it had to deal with ne01 and ne02. Now we just added another user and they printer to ne04. How do I change my code to accomodate this 3rd printer port. My code is below for the printing portion. Thanks. --- On Error Resume Next Application.ActivePrinter = "HP Color LaserJet P_30 on Ne01:" If Err.Number = 1004 Then Application.ActivePrinter = "HP Color LaserJet P_30 on Ne02:" Err.Clear End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dash Ports | Excel Worksheet Functions | |||
members on my network printer not able to print to default printer | Excel Discussion (Misc queries) | |||
Printer Multiple Worksheets with a particular Printer Setting | Excel Worksheet Functions | |||
COM PORTs | Excel Programming | |||
Accessing com ports through Excel97? | Excel Programming |