Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default printing questions

client was doing all of the excel manipulation manually. i wrote code to
automate everything. now with my automated procedures, the print jobs are what
holds them up.

in my code i set all the print parameters for each job, and then just use:
..PrintOut Copies:=Numcop, Collate:=True

now, since they have 2 printers, they want to be able to select the printer at
print time and divide the jobs up.

so my question a

i know it's problematic trying to set up printers in code on more than 1
workstation, but should i just set up each printer on the separate workstations?

they thought showing the print dialog would help, but how do i determine what
pages to print, the number of copies and the ranges?

or, i'll take suggestions on how to better handle this?
--


Gary



  #2   Report Post  
Posted to microsoft.public.excel.programming
JMB JMB is offline
external usenet poster
 
Posts: 2,062
Default printing questions

Perhaps you could prompt the user to select the printer using this dialog:
Application.Dialogs(xlDialogPrinterSetup).Show


"Gary Keramidas" wrote:

client was doing all of the excel manipulation manually. i wrote code to
automate everything. now with my automated procedures, the print jobs are what
holds them up.

in my code i set all the print parameters for each job, and then just use:
..PrintOut Copies:=Numcop, Collate:=True

now, since they have 2 printers, they want to be able to select the printer at
print time and divide the jobs up.

so my question a

i know it's problematic trying to set up printers in code on more than 1
workstation, but should i just set up each printer on the separate workstations?

they thought showing the print dialog would help, but how do i determine what
pages to print, the number of copies and the ranges?

or, i'll take suggestions on how to better handle this?
--


Gary




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,494
Default printing questions

jb, looks like that may do the trick, thanks.

i didn't want to show the print dialog

--


Gary


"JMB" wrote in message
...
Perhaps you could prompt the user to select the printer using this dialog:
Application.Dialogs(xlDialogPrinterSetup).Show


"Gary Keramidas" wrote:

client was doing all of the excel manipulation manually. i wrote code to
automate everything. now with my automated procedures, the print jobs are
what
holds them up.

in my code i set all the print parameters for each job, and then just use:
..PrintOut Copies:=Numcop, Collate:=True

now, since they have 2 printers, they want to be able to select the printer
at
print time and divide the jobs up.

so my question a

i know it's problematic trying to set up printers in code on more than 1
workstation, but should i just set up each printer on the separate
workstations?

they thought showing the print dialog would help, but how do i determine what
pages to print, the number of copies and the ranges?

or, i'll take suggestions on how to better handle this?
--


Gary






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
Excel 2003 printing problem--printing 1 document on 2 pages Bons Excel Discussion (Misc queries) 0 December 24th 09 04:15 PM
Answers to questions posing more questions in a workbook sbelle1 Excel Worksheet Functions 2 August 8th 09 01:02 AM
View Questions and Answer to questions I created Roibn Taylor Excel Discussion (Misc queries) 4 July 24th 08 12:05 AM
Excel Printing --Borders are not printing on the same page as data Stup88 Excel Discussion (Misc queries) 1 August 7th 07 09:34 AM
Enable Double sided printing contiuously when printing multiple s. Lee Excel Discussion (Misc queries) 1 November 27th 04 01:58 AM


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

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

About Us

"It's about Microsoft Excel"