Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear All,
What's the code to make the Printer Dialog Box pop up in - I need the users the be able to select various printers on the network and different copy amounts etc. Does the code vary between XL97 and XP? Thanks in advance T |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub ShowPrinterDialog()
Application.Dialogs(xlDialogPrinterSetup).Show End Sub or perhaps you mean the more standard: Sub ShowPrinterDialog() Application.Dialogs(xlDialogPrint).Show End Sub either should be consistent in all versions since xl5. -- Regards, Tom Ogilvy "Trevor Williams" wrote in message ... Dear All, What's the code to make the Printer Dialog Box pop up in - I need the users the be able to select various printers on the network and different copy amounts etc.rha Does the code vary between XL97 and XP? Thanks in advance T |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excellent, thanks Tom
"Tom Ogilvy" wrote: Sub ShowPrinterDialog() Application.Dialogs(xlDialogPrinterSetup).Show End Sub or perhaps you mean the more standard: Sub ShowPrinterDialog() Application.Dialogs(xlDialogPrint).Show End Sub either should be consistent in all versions since xl5. -- Regards, Tom Ogilvy "Trevor Williams" wrote in message ... Dear All, What's the code to make the Printer Dialog Box pop up in - I need the users the be able to select various printers on the network and different copy amounts etc.rha Does the code vary between XL97 and XP? Thanks in advance T |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
members on my network printer not able to print to default printer | Excel Discussion (Misc queries) | |||
How to delete the "Insert Function Dialog Box" (dialog box only)? | Excel Worksheet Functions | |||
Printer Multiple Worksheets with a particular Printer Setting | Excel Worksheet Functions | |||
Printer Dialog Box | Excel Programming | |||
Dsiplay Printer dialog | Excel Programming |