View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
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?