scrollbar

B

brad

Thanks for reading my question.

I put this code in my form. What I am trying to do is
affect the scrollbar position programatically.

I found this in the object browser, but have no idea how
to use it.

Any ideas? Will this even accomplish what I need?

thanks,

Brad

Private Sub btnPicture_Click()
MSForms.fmScrollAction.fmScrollActionPageDown
End Sub
 
Top