Hiding Cells

C

Chris

I want to hide a selected range of cells from view without using the Hide
Columns or Hide Rows commands. Could someone please tell me how to do this.
Thank you in advance.
 
C

CLR

If by "hide" you mean simply make them "not so visible", you can always set
the Row Height of those rows to something like .01

Vaya con Dios,
Chuck, CABGx3
 
C

Chris

Thanks, I kind of figured it would be this way.

CLR said:
If by "hide" you mean simply make them "not so visible", you can always set
the Row Height of those rows to something like .01

Vaya con Dios,
Chuck, CABGx3
 
C

CLR

You're welcome Chris, and remember, you can also just change the font color
to the same as the background color and the viewer sees it as a blank
cell.......

Vaya con Dios,
Chuck, CABGx3
 
D

David Biddulph

Chris said:
I want to hide a selected range of cells from view without using the Hide
Columns or Hide Rows commands. Could someone please tell me how to do
this.
Thank you in advance.

Data/ Filter?
 
Top