Hiding a cell from printing...

W

warburger

I want to hide a specific cell when I print. Not an entire row nor a
column - just one specific cell. I don't want to change the font to
white, nor hide it (either row or column)



Ive searched the Net to no avail. Can somebody help me?



Thanks...:)
 
D

Dave Peterson

Give the cell a custom format of ;;; (3 semicolons), print, and change the
format back.
 
C

CLR

You could cover that cell with an empty borderless TextBox before printing.


Vaya con Dios,
Chuck, CABGx3
 
W

warburger

Thanks Dave and CLR,

I have been provided with a macro that enables me to do just tha
(hiding a cell from printing but not from viewing)

:
 
Top