G
Guest
Hi,
Not sure if I am in the right forum, but I would be grateful for any help in
explaining what the code does.
The code
Option Explicit
Private Sub ScrollBar1_Change()
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
End Sub
This is from the scroll control on a scrolling graph - very neat - but i
would like to understand what it's doing. Hopefully learning as i go along.
Thanking you in advance
Not sure if I am in the right forum, but I would be grateful for any help in
explaining what the code does.
The code
Option Explicit
Private Sub ScrollBar1_Change()
End Sub
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
End Sub
This is from the scroll control on a scrolling graph - very neat - but i
would like to understand what it's doing. Hopefully learning as i go along.
Thanking you in advance
