Hi Everyone
Can anyone advise how i can shade cells (to prompt completion) but when printing, exclude shading from the printed document?
Thanks very much
regards
John
Hi,
There are several solutions ...
Guess the simplest is for you to design a print macro, which before printing will remove shading from cells ...
To create and test your macro, turn on the macro recorder and perform the whole sequence once ...
HTH
Hi JeanRage
Thanks for you reply. I'm not an excel wizard by any stretch (LOL), but i presume what you are saying is set up a macro which removes the shading on the spreadsheet (and record it), before recording the actual process you go through to print the document. Would that apply to all worksheets in a spreadsheet?
Thanks
John
Hi JeanRage
Thanks for you reply. I'm not an excel wizard by any stretch (LOL), but i presume what you are saying is set up a macro which removes the shading on the spreadsheet (and record it), before recording the actual process you go through to print the document. Would that apply to all worksheets in a spreadsheet?
Thanks
John
Hi,
Once your work is done
1. Save your workbook
2. Use the following macro, before your print ...
3. Quit without saving in order to keep your cells shadedSub RemoveShading()
ActiveSheet.Cells.Interior.ColorIndex = xlNone
End Sub
HTH
just go file /page set up/sheet tab /select black and white
interior colours will not print and font will be black
Mojito connoisseur and a dabbler in Cisco
where does code go ?
look here
how to insert code
how to enter array formula
why use -- in sumproduct
recommended reading
wiki Mojito
how to say no convincingly
most important thing you need
Martin Wilson: SPV
and RSMBC
Excellent! Thanks very much martindwilson
Supporting Martin's solution, I think the challenge would be to restore the cell shading after the macro has removed it. Taking it away is easy. Getting it back would be harder, and I assume you'd want the user to see the cell colors after a print, no?
teylyn
Microsoft MVP - Excel
At Excelforum, you can say "Thank you!" by clicking theicon below the post.
Avoid pie charts with more than two data points. Why? See here (pdf, 559 kb). The only acceptable pie chart is here.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks