Non printable fonts

S

singcbl

I would like to know is there a way to format text that is can be
display but will not print when send to print.
 
H

Harald Staff

One solution I've seen on this is a macro code in the BeforePrint event that
sets the color of selected cells equal to the background color, usually
white. Or, you can use a textbox from the Drawing toolbar and deselect
"Print object" in its properties.
 
Top