Worksheet slow after printing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a worksheet with a number of command buttons to execute VBA commands.
Everything runs fast until I print the worksheet--then everything is in slow
motion.

I do not have to run any code. I can enter data manually & then print--then
it even takes a long time to delete the data.

Would be happy to send file.
 
Do you have any Workbook_BeforePrint code. Press Alt F11 and look at the
code in the MyWorkbook module?
 
Back
Top