Exclude certain cells from printing.

G

Guest

I would like to exclude some cells from printing when the worksheet is printed.
Is it possible to set the worksheet up so that the cells are always visible
to the user but when they print the sheet, these cells do not print?
The cells in question will contain instructions for the user that they will
not wish to print.
 
I

Ian

Three options.
1. Depending on the layout of the sheet, it may be possible to exclude the
areas by setting the print area.
2. The instructions could be put into cell comments (these appear when the
cursor is on the cell).
3. Write a before Workbook_BeforePrint routine to delete the instructions
and use Application.OnTime within it to call a routine several seconds later
to write the instructions back in.
 
G

Guest

I seem to recall that in 1-2-3 by Lotus there was a character which you could
start a cell with and the contents of the cell would not print, which I think
it what you are looking for. I seem to think the character was | or ¦.
However, neither character seems to work in Excel 2003 to keep the contents
of the cell from printing. If there is a comparable character (or function)
in Excel, I haven't yet found it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top