DisplayHorizontalScrollBar Property

Microsoft Excel Visual Basic

DisplayHorizontalScrollBar Property

       

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