Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How can I format cells for viewing, but not printing?

I create elaborate worksheets and would like to have the cells that need
periodic updating to stand out in bold or a different font from the other
(formula-driven) cells, but I do not want them to appear differently when
printed. Has anyone developed an idea that works for this?

Also, I would like to have certain rows on my spreadsheet for information
that would never print out, but would be within my print range. Is there a
way to print without them other than to hide the rows?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,942
Default How can I format cells for viewing, but not printing?

hi
the only thing i can think of is to suggest that you record 2 macros.
preprint macro would un-format all and hide rows.
postprint macro would re-format all and unhide rows.

you did say that you "create elaborate worksheets " so it might be a pain to
record it all but once done, unformating and reformating is just a button
click.

my thoughts
Regards
FSt1

"Dbriltz" wrote:

I create elaborate worksheets and would like to have the cells that need
periodic updating to stand out in bold or a different font from the other
(formula-driven) cells, but I do not want them to appear differently when
printed. Has anyone developed an idea that works for this?

Also, I would like to have certain rows on my spreadsheet for information
that would never print out, but would be within my print range. Is there a
way to print without them other than to hide the rows?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default How can I format cells for viewing, but not printing?

Ron de Bruin has some code that "hides" cells when you print.
http://www.rondebruin.nl/print.htm#Hide
Look for "Make the Font white of a range"

It changes the font color to white so that the white font on a white file makes
the cell look blank.

You could do the same kind of thing--but change the fill color to white, print,
then change the fill color back to what you want.

Record a macro when you change a the formatting and then change it back and
you'll have the guts of the code.

====
Another option if you're not using format|Conditional formatting.

In an out of the way cell, put an X.
Then use conditional formatting that looks at that cell to format it
distinctively.

Then before you print, you could clear that cell.

Select the range
Format|conditional formatting
Formula is: =$z$99="X"
(change the address to what you used)
and give it a distinct format.

Dbriltz wrote:

I create elaborate worksheets and would like to have the cells that need
periodic updating to stand out in bold or a different font from the other
(formula-driven) cells, but I do not want them to appear differently when
printed. Has anyone developed an idea that works for this?

Also, I would like to have certain rows on my spreadsheet for information
that would never print out, but would be within my print range. Is there a
way to print without them other than to hide the rows?


--

Dave Peterson
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
Printing viewing a shared workbook on a shared drive aloomba Excel Discussion (Misc queries) 0 April 13th 07 02:52 PM
formula viewing format Roger Excel Worksheet Functions 3 January 5th 07 09:01 PM
Viewing protected cells AC_VID Excel Discussion (Misc queries) 1 April 10th 05 01:21 AM
Viewing LOCKED cells AC_VID Excel Discussion (Misc queries) 1 April 9th 05 11:19 PM
I am placing a pie chart into word. When viewing/printing it look. jb Charts and Charting in Excel 2 January 8th 05 04:44 AM


All times are GMT +1. The time now is 11:32 PM.

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"