Hi,
Hopefully this is possible.
I'd like to hide the horizontal scroll bar in a specific worksheet.
The code below does it generally for all tabs, would appreciate some help tailoring it to only apply for the "Results" worksheet
Code - For All Sheets:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
DisplayHorizontalScrollBar = False
End Sub
Thanks
Hopefully this is possible.
I'd like to hide the horizontal scroll bar in a specific worksheet.
The code below does it generally for all tabs, would appreciate some help tailoring it to only apply for the "Results" worksheet
Code - For All Sheets:
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
DisplayHorizontalScrollBar = False
End Sub
Thanks