View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default How to modify the look of the workbook.

hi
the most popular way of doing this(i think) is to hide all unused columns
and rows.
another way is to set the cell back color and line to dark gray.
a flaw to the color method is that the cell pointer will run over into the
colored part where the cell pointer stops at the hidden columns/rows.

Regards
FSt1

"Vipul" wrote:

Hi there,

I have a workbook with only one sheet in it.
And i only need to use A1 : G50 range.
I want to disappear all other columns and rows.
How can i make my sheet come up with only A1 : G50 range.

I hope its possible because i have seen some sheets with this kind. But i
still couldnt find how can i do it.

Thanking you.
-Vipul