View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Balex Balex is offline
external usenet poster
 
Posts: 4
Default How to unhide a column after printing

Hi,

I have a simple problem: just before printing (by using the
Workbook_BeforePrint event), I hide a column that I don't want to be printed.
But because there is no AfterPrint event, I have no idea how to unhide that
same column just after the print has been completed.

Can anyone give me a solution to the problem ?

Thanks
Balex