For client-dictated reasons I need to prevent the users of the spreadsheet I am developing from using certain printers under certain circumstances.[ ] Obviously this requires the use of the Workbook_BeforePrint event handler.
How, inside that event handler, do I determine the destination printer that the user has selected?
How, inside that event handler, do I determine the destination printer that the user has selected?