ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Possible to hide column headers??? (https://www.excelbanter.com/excel-programming/339023-possible-hide-column-headers.html)

T-容x[_53_]

Possible to hide column headers???
 

Hi! I'd like to know if it's possible to hide the column (and row)
"headers" in Excel... If it is, how do I do it?


--
T-容x
------------------------------------------------------------------------
T-容x's Profile: http://www.excelforum.com/member.php...o&userid=26572
View this thread: http://www.excelforum.com/showthread...hreadid=401401


Norman Jones

Possible to hide column headers???
 
Hi T-容x,

Tools | Options | View | deselect 'Row & Column headers'

If you need to do this programmatically, try something like:

ActiveWindow.DisplayHeadings = False


---
Regards,
Norman



"T-容x" wrote in message
...

Hi! I'd like to know if it's possible to hide the column (and row)
"headers" in Excel... If it is, how do I do it?


--
T-容x
------------------------------------------------------------------------
T-容x's Profile:
http://www.excelforum.com/member.php...o&userid=26572
View this thread: http://www.excelforum.com/showthread...hreadid=401401




Tempy

Possible to hide column headers???
 
Hi T-容x,

I used the code below

Range("Headers").EntireRow.Hidden = True - For a Named range
Rows("1:1").EntireRow.Hidden = True
Columns("A:A").EntireColumn.Hidden = True


Tempy

*** Sent via Developersdex http://www.developersdex.com ***

Norman Jones

Possible to hide column headers???
 
Hi Tempy,

You show how to hide rows or columns.

I believe that T-容x wants to hide the headers only.

---
Regards,
Norman



"Tempy" wrote in message
...
Hi T-容x,

I used the code below

Range("Headers").EntireRow.Hidden = True - For a Named range
Rows("1:1").EntireRow.Hidden = True
Columns("A:A").EntireColumn.Hidden = True


Tempy

*** Sent via Developersdex http://www.developersdex.com ***




T-容x[_54_]

Possible to hide column headers???
 

Thanks, Norman Jones!!! :)

Norman Jones Wrote:
Hi T-容x,

Tools | Options | View | deselect 'Row & Column headers'

If you need to do this programmatically, try something like:

ActiveWindow.DisplayHeadings = False


---
Regards,
Norman



"T-容x" wrote in
message
...

Hi! I'd like to know if it's possible to hide the column (and row)
"headers" in Excel... If it is, how do I do it?


--
T-容x

------------------------------------------------------------------------
T-容x's Profile:
http://www.excelforum.com/member.php...o&userid=26572
View this thread:

http://www.excelforum.com/showthread...hreadid=401401



--
T-容x
------------------------------------------------------------------------
T-容x's Profile: http://www.excelforum.com/member.php...o&userid=26572
View this thread: http://www.excelforum.com/showthread...hreadid=401401



All times are GMT +1. The time now is 12:57 PM.

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