![]() |
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? |
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? |
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? |
All times are GMT +1. The time now is 03:35 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com