Not to print particular cells in excel

D

dhilipb

Is there any way to not to print just cell B5 for example but print
rest of the cells?
 
B

Bill Ridgeway

You could temporarily hide column B or Row 5 but this will work only if
there is nothing else in that column or row.

You could temporarily set the Fill colour and Font colour to white.

Regards.

Bill Ridgeway
Computer Solutions
 
D

David Steed

Instead you can create a custom format and only put in ;;; as the format and
it will hide just that cell from printting. Be sure to format it back when
done.
 
Top