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.
--
Ian
--
"excelnewbie" wrote in message
...
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.
|