R
rfedge
I would like to run some custom VBA code before printing an Excel workbook,
but only if the user has selected the option to print the Entire Workbook.
Does anyone know how I can determine if the user has selected "Entire
Workbook" from the print dialog? (The "BeforePrint" event occurs BEFORE the
print dialog is displayed; I want to run my code AFTER the print dialog has
been displayed, and then only if the user has selected the Entire Workbook be
printed).
Thanks very much!
Rob
but only if the user has selected the option to print the Entire Workbook.
Does anyone know how I can determine if the user has selected "Entire
Workbook" from the print dialog? (The "BeforePrint" event occurs BEFORE the
print dialog is displayed; I want to run my code AFTER the print dialog has
been displayed, and then only if the user has selected the Entire Workbook be
printed).
Thanks very much!
Rob