Hi Jim
You must use it in a macro, but the macro you can run from a Button.
For example
Sub test()
Sheets(Array("Sheet1", "Sheet3")).PrintOut
'all sheets in the array
End Sub
Where do you place this Macro???
Alt-F11
Insert>Module from the menubar
paste the sub in there
Alt-Q to go back to Excel
If you do Alt-F8 in Excel you get a list of your macro's
Select "test" and press Run
If you add a button from the Forms toolbar on you sheet it will ask you
to assign a macro.
Or right click on the button and choose "Assign macro"
If you use a button from the control toolbox you must enter the name of
the macro in the Click event of the button