I have a form where there are a number of scrollbars, each named
sbaScrollBarx; where x is an integer value between 3 and 20.
I want to grab the scrollbar value for each of these controls and
assign it to an element in an array.
I will then rank these values of the scrollbars and re-position these
scrollbars based on their rank. I'm pretty sure I can do a simple for
next loop for this step, but right now, I don't know how to get the
values themselves.
Any clues?