ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Highlight in Excel but do not print out (https://www.excelbanter.com/excel-discussion-misc-queries/110672-highlight-excel-but-do-not-print-out.html)

texansgal

Highlight in Excel but do not print out
 
I want to highlight some cells to flag me to fill those in. Is there a way to
show the highlighted part on the screen but NOT when it is printed?

Thanks!

Marcelo

Highlight in Excel but do not print out
 
Hi

file | page setup | Shhet tab - check the B&W box

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"texansgal" escreveu:

I want to highlight some cells to flag me to fill those in. Is there a way to
show the highlighted part on the screen but NOT when it is printed?

Thanks!


texansgal

Highlight in Excel but do not print out
 
I have to have other cells be in Color though.

"Marcelo" wrote:

Hi

file | page setup | Shhet tab - check the B&W box

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"texansgal" escreveu:

I want to highlight some cells to flag me to fill those in. Is there a way to
show the highlighted part on the screen but NOT when it is printed?

Thanks!


Marcelo

Highlight in Excel but do not print out
 
so use a code to eliminate the highlight of these cells, print and highlight
again


***********************************
Sub colored()
Range("YOUR RANGE").Select
Selection.Interior.ColorIndex = xlNone
Range("A1").Select
ActiveWindow.SelectedSheets.PrintOut Copies:=1, Collate:=True
Range("YOUR RANGE").Select
With Selection.Interior
.ColorIndex = 6
.Pattern = xlSolid
End With
Range("A1").Select
End Sub
************************************************** ******
hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"texansgal" escreveu:

I have to have other cells be in Color though.

"Marcelo" wrote:

Hi

file | page setup | Shhet tab - check the B&W box

hth
--
regards from Brazil
Thanks in advance for your feedback.
Marcelo



"texansgal" escreveu:

I want to highlight some cells to flag me to fill those in. Is there a way to
show the highlighted part on the screen but NOT when it is printed?

Thanks!



All times are GMT +1. The time now is 07:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com