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
|