ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Qn: Column/Row Hide?? (https://www.excelbanter.com/excel-programming/308855-qn-column-row-hide.html)

Michael Vaughan

Qn: Column/Row Hide??
 
Hello Everyone,

Is there a way to hide the labels A,B,C.... 1,2,3.... and so on. Is there a
command such as:

Application.CommandBars("Standard").Visible = False

I don't want to hide a whole row or column, I just want to hide the labels
that say A,B, C, 1,2,3.. and so on, and keep all the cells. Kind of clean
up the screen if you know what I mean??? I want to hide all the menu bars
and labels so my program has a clean fresh look.

Thanks.. mv



Dave Peterson[_3_]

Qn: Column/Row Hide??
 
Record a macro when you do:

tools|options|view tab
and uncheck Row and column headers.

I got this line:

ActiveWindow.DisplayHeadings = False



Michael Vaughan wrote:

Hello Everyone,

Is there a way to hide the labels A,B,C.... 1,2,3.... and so on. Is there a
command such as:

Application.CommandBars("Standard").Visible = False

I don't want to hide a whole row or column, I just want to hide the labels
that say A,B, C, 1,2,3.. and so on, and keep all the cells. Kind of clean
up the screen if you know what I mean??? I want to hide all the menu bars
and labels so my program has a clean fresh look.

Thanks.. mv


--

Dave Peterson



All times are GMT +1. The time now is 01:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com