Don't print a specific cell

M

Mike

Is there a function or any way to specify a certain cell within a print area
to NOT print?
 
G

Guest

Hi

You could colour the font the same colour as the cell background. I guess
this could also be done using a macro which could run before printing.

Andy.
 
G

Guest

Well, record a macro while you colour the font white, print the document and
then colour the font back?
I've just done that and it took me 30 seconds and it works great!

Andy.
 
C

ChuckF

What Andy is saying is simply make the text the same color as the
background, print the document, then change the color back. Simply
hide it for printing purposes.
 
M

Mike

I understand that, but it's going around the issue. I need to make this as
user friendly as possible, and don't want to incorporate vb code, because
some people will choose to disable it. Thought there might be a function or
something that would handle this. Guess not. Thanks anyways.
 
Top