Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default Printer Dialog Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Printer Dialog Box

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 181
Default Printer Dialog Box

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
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
members on my network printer not able to print to default printer smeheut Excel Discussion (Misc queries) 0 June 18th 07 06:42 PM
How to delete the "Insert Function Dialog Box" (dialog box only)? TBI''d biker Excel Worksheet Functions 2 April 7th 07 09:18 PM
Printer Multiple Worksheets with a particular Printer Setting PP[_2_] Excel Worksheet Functions 0 March 14th 07 02:02 PM
Printer Dialog Box Todd Huttenstine Excel Programming 5 May 5th 04 10:16 PM
Dsiplay Printer dialog Dean Southgate Excel Programming 3 April 1st 04 07:41 PM


All times are GMT +1. The time now is 02:42 PM.

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"