can I get the printer options to display with the print icon
In ThisWorkbook, set up the Workbook_BeforePrint() event procedu
Private Sub Workbook_BeforePrint(Cancel As Boolean)
Application.Dialogs(xlDialogPrinterSetup).Show
End Sub
--
- K Dales
"Billyd" wrote:
Currently when I click the printer icon it goes directly to default printer
and prints what I would like is to display printer options, be able to slect
a printer and other print functions
|