Toggle Headings : ActiveWindow « Application « VBA / Excel / Access / Word

Home
VBA / Excel / Access / Word
1.Access
2.Application
3.Data Type
4.Data Type Functions
5.Date Functions
6.Excel
7.File Path
8.Forms
9.Language Basics
10.Math Functions
11.Outlook
12.PowerPoint
13.String Functions
14.Windows API
15.Word
16.XML
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
VBA / Excel / Access / Word » Application » ActiveWindow 
Toggle Headings
 
Sub ToggleHeadings()
    ActiveWindow.DisplayHeadings = Not ActiveWindow.DisplayHeadings
End Sub

 
Related examples in the same category
1.Get the Usable Height and Width
2.Toggle Gridlines
3.Splitting a Window 70 percent of the way down the window:
4.To remove the split from the window, set the Split property to False:
5.scrolls the active window up two screens
6.To display the Document Map for a window at the Document Map's previous width percentage (of the document's window), set the DocumentMap property to True:
7.Positioning and Sizing a Window: set its Left and Top properties
8.To size a window, set its Height and Width properties:
9.Opening a New Window
10.Changing the View
11.Zooms the active window to 150 percent:
12.Working with Panes
java2s.com  |  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.