PDA

View Full Version : Solved: Print Dialog box



NY2DR
08-02-2006, 09:13 AM
Hello everyone,

Here is my macro

Sheets(Array("10-31-06", "10-31-06-Report")).Select

Sheets("10-31-06").Activate

ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True:think:

Sheets("SUMMARY").Select

Range("A6").Select

It does what I want it to do except one minor thing.
I would like the dialog print box to appear so that I may select how many copies I want.
This way I don't have to keep pressing the macro button several times.

Thank you.

Bob Phillips
08-02-2006, 09:34 AM
application.Dialogs(xlDialogPrint).Show

NY2DR
08-02-2006, 09:55 AM
Perfect!

Thank you!

forkus2000
08-29-2006, 06:20 PM
Guys i need others dialog boxes.

goto specific page (ctrl + i )
search (ctrl + b )

pleaseeeeee