S
Sean
I would like to use a counter in my VBA code.
Dim counter as Integer
counter = counter + 1
However, the counter ALWAYs seems to be equal to one.
How can i make it add one every time a "Next" button is
clicked? (which runs the same macro which contains it
again)
Thanks
Dim counter as Integer
counter = counter + 1
However, the counter ALWAYs seems to be equal to one.
How can i make it add one every time a "Next" button is
clicked? (which runs the same macro which contains it
again)
Thanks