Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default 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!
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default 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!

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 34
Default 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!

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,047
Default 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!

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
TRYING TO SET UP EXCEL SPREADSHEET ON MY COMPUTER MEGTOM New Users to Excel 5 October 27th 05 03:06 AM
How can I print on the front and back of a page in excel? Jonathan Cooper Excel Discussion (Misc queries) 0 September 29th 05 02:28 PM
How do I print graphs poster size (4 - 8 1/2 x 11) in Excel 2002? Library Dragon Charts and Charting in Excel 1 June 26th 05 04:22 PM
Set "print all text as black" as default in Excel CMK Excel Worksheet Functions 0 January 25th 05 08:31 PM
Microsoft Excel could not find anything to print cyndi Excel Discussion (Misc queries) 1 December 22nd 04 01:40 PM


All times are GMT +1. The time now is 10:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"