View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default disabling printing fields

select the cell

do format=Cell, select Number tab, then custom. Put in a custom format
;;;

--
Regards,
Tom Ogilvy


"Juuljus" wrote:

Hi,

I have a sheet where there is a background color and some text with the
same color. when printing (black&white) then the text is also visible.
Is there a way to disable fields from printing?

Thanks!