Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Programmers! I have this code to print a portion of a worksheet. Sub PrintLogsheet() ' Application.ScreenUpdating = False Range("A1:M37").Select Selection.PrintOut Copies:=1, Collate:=True Range("A1").Select Application.ScreenUpdating = True End Sub How do I insert code, that when I click the macro button, a box pops up asking how many copies to print? After entering the required amount, click OK, then the code continues out to print the copies. Thanks, EMoe -- EMoe ------------------------------------------------------------------------ EMoe's Profile: http://www.excelforum.com/member.php...o&userid=23183 View this thread: http://www.excelforum.com/showthread...hreadid=491788 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Number of copies to print keep defaulting to 12 copies why? | Excel Worksheet Functions | |||
print number of copies | Excel Discussion (Misc queries) | |||
Print number of copies | Excel Discussion (Misc queries) | |||
I need to print many copies of a document, how can I number them? | Excel Discussion (Misc queries) | |||
number of copies in a print dialog box | Excel Programming |