View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Atkisson Tom Atkisson is offline
external usenet poster
 
Posts: 8
Default Event After Printing

I have a Workbook that uses the Workbook_BeforePrint sub in ThisWorkbook to
hide some columns. Is there a way to unhide those columns after printing?
Doesn't seem to be a AfterPrint procedure.

Thanks in advance.