Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do you turn off "Row and Col headers" in Excel from VB macro?

Can do it from menus but then when sheet is recreated the setting resets to on.
So what is the command/object to turn this off?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default How do you turn off "Row and Col headers" in Excel from VB macro?

Hi G,

Try:

ActiveWindow.DisplayHeadings = False

---
Regards,
Norman



"gschultz" wrote in message
...
Can do it from menus but then when sheet is recreated the setting resets
to on.
So what is the command/object to turn this off?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default How do you turn off "Row and Col headers" in Excel from VB mac

Funny - I saw and used the DisplayGuidlines but missed the DisplayHeaders.

Thanks Norman....

"Norman Jones" wrote:

Hi G,

Try:

ActiveWindow.DisplayHeadings = False

---
Regards,
Norman



"gschultz" wrote in message
...
Can do it from menus but then when sheet is recreated the setting resets
to on.
So what is the command/object to turn this off?




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
Turn off "CALCULATE" on bottom of Excel worksheet. near "Ready" chrispal86 Excel Discussion (Misc queries) 2 February 2nd 10 08:36 PM
Disabling the "&[Time]" or "&[T]" in Excel headers and footers John Mirabella Excel Discussion (Misc queries) 2 January 15th 10 02:54 PM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
"Turn "record macro" display on. greaseman Excel Discussion (Misc queries) 2 April 28th 06 05:58 PM
Macro to turn on "Track Changes" function John A Excel Discussion (Misc queries) 0 December 7th 05 05:31 PM


All times are GMT +1. The time now is 04:29 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"