View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lawson lawson is offline
external usenet poster
 
Posts: 44
Default before print function

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?