Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 310
Default Is it possible to have non-printing characters in Excel?

It's easy in Word - just format as "hidden text" but I can't work out an
equivalent in Excel. I want to be able to see things on the screen but when
I print it out there are several cells on the spreadsheet that I do not want
to print. I do not want to use comments feature.

Any help appreciated
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,856
Default Is it possible to have non-printing characters in Excel?

Well, Excel is not a word processor, so you can't expect the same
features in both.

If the cells are in one column then highlight the column and adjust
the column width to zero (or click on Format | Column | Hide)

If the cells are spread about over the sheet, then select each in turn
and then set a white foreground colour.

Hope this helps.

Pete

On Nov 7, 7:54*pm, Michelle
wrote:
It's easy in Word - just format as "hidden text" but I can't work out an
equivalent in Excel. *I want to be able to see things on the screen but when
I print it out there are several cells on the spreadsheet that I do not want
to print. *I do not want to use comments feature.

Any help appreciated


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 303
Default Is it possible to have non-printing characters in Excel?

One way....................
set up the range of cells you do not want to print as a name......
(I've used "noprint")
use a macro to print the sheet rather than the normal print instruction
see the macro below

assign the macro to a button on the sheet which can be formatted so
that the button is not printed

Greetings from New Zealand

Sub hiddenprint()

Application.Goto Reference:="noprint"
Selection.NumberFormat = ";;;"

ActiveWindow.SelectedSheets.PrintOut Copies:=1

Application.Goto Reference:="noprint"
Selection.NumberFormat = "General"
End Sub

"Michelle" wrote in message
...
It's easy in Word - just format as "hidden text" but I can't work out an
equivalent in Excel. I want to be able to see things on the screen but
when
I print it out there are several cells on the spreadsheet that I do not
want
to print. I do not want to use comments feature.

Any help appreciated



  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Is it possible to have non-printing characters in Excel?

Excel is not a word editor..Few workarounds

--One option is to hide the rows/columns which are not to be printed.

--If you are priting in Black and White you can play with the colours of the
font and the backgrounds so that it prints in a way that is illegible.

--Have a seperate report linked to the original report but which ignores the
data which is not to be printed.


If this post helps click Yes
---------------
Jacob Skaria


"Michelle" wrote:

It's easy in Word - just format as "hidden text" but I can't work out an
equivalent in Excel. I want to be able to see things on the screen but when
I print it out there are several cells on the spreadsheet that I do not want
to print. I do not want to use comments feature.

Any help appreciated

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
Excel Printing --Borders are not printing on the same page as data Stup88 Excel Discussion (Misc queries) 1 August 7th 07 09:34 AM
characters not printing Adventus New Users to Excel 1 June 22nd 07 04:10 PM
How do I delete non-printing characters from an entire worksheet? Laurie Excel Discussion (Misc queries) 1 October 4th 06 10:14 PM
Automatically printing psted text over 250 characters to another cell Hobart007 Excel Worksheet Functions 1 July 14th 06 12:12 PM
In Excel find characters when multiple characters exist w/i a cel teacher-deburg Excel Worksheet Functions 1 December 5th 05 10:22 PM


All times are GMT +1. The time now is 09:04 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"