Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
morning,
i'm using Office 2007 on Vista, and i have the following event recorded in "thisworkbook" Private Sub Workbook_BeforePrint(Cancel As Boolean) If ActiveSheet.Name = "Purchase Order (Inventory)" Then Cancel = True Application.EnableEvents = False With ActiveSheet .PrintOut Call POInv End With Application.EnableEvents = True End If End Sub it works, but the problem is it sends the print job to the last used printer or the default printer. i want to beable to select the printer before it prints - maybe another macro gets called or something. any suggestions on getting the macro to select a printer. thank you, jat |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how doI set a macro to use with the printer? | Excel Discussion (Misc queries) | |||
Printer Settings in a macro | Excel Worksheet Functions | |||
Selecting printer in a macro | Excel Discussion (Misc queries) | |||
No printer select in excel | Excel Discussion (Misc queries) | |||
Help with macro to choose printer | New Users to Excel |