ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Row and column header (https://www.excelbanter.com/excel-programming/295067-row-column-header.html)

Petra

Row and column header
 
How do you turn off these features. I try
Application.Display.row&columnheaders = False, but this
does not work.

I need help to know how to do this.
Petra

Newbie

Row and column header
 
Try
ActiveWindow.DisplayHeadings = False

HTH
"Petra" wrote in message
...
How do you turn off these features. I try
Application.Display.row&columnheaders = False, but this
does not work.

I need help to know how to do this.
Petra




pikus

Row and column header
 
ActiveWindow.DisplayHeadings = False

Turn them back on with

ActiveWindow.DisplayHeadings = True

- Piku

--
Message posted from http://www.ExcelForum.com


Frank Kabel

Row and column header
 
Hi
try
ActiveWindow.DisplayHeadings = False

--
Regards
Frank Kabel
Frankfurt, Germany


Petra wrote:
How do you turn off these features. I try
Application.Display.row&columnheaders = False, but this
does not work.

I need help to know how to do this.
Petra



All times are GMT +1. The time now is 03:14 AM.

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