Non printable fonts

  • Thread starter Thread starter singcbl
  • Start date Start date
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.
 
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.
 
Back
Top