A.Private Sub Hscroll1_Change() Print Hscroll1.Value End Sub B.Private Sub Hsetroll1_Change() Print Hscroll1.SmallChange End Sub C.Private Sub Hscroll1_Scroll() Print Hscroll1.Value End Sub D.Private Sub Hscroll1_Scroll() Print Hscroll1.SmallChange End Sub