Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Macro to select Quantity Printing

I want a macro to print a worksheet with the provision to user define the
number of copies

thank you

Mald
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Macro to select Quantity Printing

the printout command has a copies argument. You can query the user for the
number of copies, then pass that as a variable to the printout command
copies argument.

--
Regards,
Tom Ogilvy

"Mald" wrote in message
...
I want a macro to print a worksheet with the provision to user define the
number of copies

thank you

Mald



  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Macro to select Quantity Printing


pCnt = InputBox("How Many Copies")
ActiveWindow.SelectedSheets.PrintOut Copies:=pCnt,
Collate:=True

-----Original Message-----

I want a macro to print a worksheet with the provision to
user define the number of copies

thank you


Mald


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Macro to select Quantity Printing

thanks tom

"Tom Ogilvy" wrote:

the printout command has a copies argument. You can query the user for the
number of copies, then pass that as a variable to the printout command
copies argument.

--
Regards,
Tom Ogilvy

"Mald" wrote in message
...
I want a macro to print a worksheet with the provision to user define the
number of copies

thank you

Mald




  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Macro to select Quantity Printing

thanks

" wrote:


pCnt = InputBox("How Many Copies")
ActiveWindow.SelectedSheets.PrintOut Copies:=pCnt,
Collate:=True

-----Original Message-----

I want a macro to print a worksheet with the provision to
user define the number of copies

thank you


Mald



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
Macro to select cells without a certain value and select a menu it Guy[_2_] Excel Worksheet Functions 9 January 2nd 09 05:21 PM
Need a formula to increase quantity of one cell until the quantity ofanother is exceeded rudyeb Excel Discussion (Misc queries) 1 October 24th 08 03:34 PM
Select Printing Macro saltnsnails Excel Discussion (Misc queries) 6 March 13th 08 05:48 PM
Printing during select times Rockee052[_28_] Excel Programming 1 February 6th 04 08:35 PM
Select other workbook to select data in a macro. T Tromp Excel Programming 2 September 19th 03 01:43 PM


All times are GMT +1. The time now is 08:23 PM.

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"