Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 40
Default 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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Row and column header

ActiveWindow.DisplayHeadings = False

Turn them back on with

ActiveWindow.DisplayHeadings = True

- Piku

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

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Header in row to column Venice Excel Discussion (Misc queries) 1 November 8th 09 08:26 AM
Return column number from column header text Roger[_3_] Excel Discussion (Misc queries) 4 February 14th 08 09:40 PM
Get Intersection value given column header and row header Scorcel Excel Discussion (Misc queries) 1 June 6th 07 08:24 AM
Autofill column header to the last column Megadrone Excel Worksheet Functions 0 November 30th 06 09:18 PM
Replace all non blanks in a column with column header hnyb1 Excel Discussion (Misc queries) 3 April 18th 06 05:39 PM


All times are GMT +1. The time now is 08:54 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"