Hi all,
I am only a few months into VBA and I am trying to incorporate my first multipage control in a userform. I have both vertical and horizontal scrollbars and have gotten them to scroll properly by setting the scroll height and scroll width properties in the property window. My issue now is getting them to start at the zero position (ScrollTop & Scroll Left) when the userform is initialized. I have written a procedure under the userform set to run when it initializes to set both properties to zero but that didn't work. (Me.ScrollTop = 0 Me.ScrollLeft = 0). Each time I initialized the userform the scrollbars started in the position they were left in the last time the userform was initialized.
How can I start both scrollbars at the zero position when the userform is initialized?
Thanks in advance!!
Bookmarks