hello,
I am trying to set the ScrollBar1.Value within ScrollBar1_Change().
When I set it to a constant, 2,3..... etc or a temp variable set to 2,3...etc
the Scroll Bar works as expected. However, I am trying to set it to a variable, and when I try this I get an error.
Here is the first...