Hide two cells until print

J

Jeannine

I would like to be able to hide the contains of two cells when on the screen
but have it show when it is printing.

Anybody have any ideas?
 
B

Bob Umlas

Give it a white font, and in the Workbook_BeforePrint event, change the font
to black, set up an ontime event to turn it back to white after printing.
 
Top