DisplayScrollBars Property Example
This example displays horizontal and vertical scroll bars in all windows.
Application.DisplayScrollBars = True
This example returns True if there's a scroll bar currently displayed in any window.
temp = Application.DisplayScrollBars