View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default before print function

There is no after print event.

--
Regards,
Tom Ogilvy

"lawson" wrote in message
...
Private Sub Workbook_BeforePrint(Cancel As Boolean)

End Sub

i want to use this function to take all the color off the print area, but
when its done printing, i want it to return the color. is there anything

for
after print?