DisplayHorizontalScrollBar Property [Excel 2003 VBA Language Reference]

True if the horizontal scroll bar is displayed. Read/write Boolean.

Example

This example turns on the horizontal scroll bar for the active window.

ActiveWindow.DisplayHorizontalScrollBar = True

Applies to | Window Object

See Also | DisplayScrollBars Property | DisplayVerticalScrollBar Property | TabRatio Property