T
Tommy
Hello, I'd like to know how to do it. I have a for/next loop in my macro, I
set the highest number is 100, but most of the time, I don't need to run all
the way to 100, sometimes is 40, sometimes is 83, etc, random number of
records to process using the macro. can you help please? thanks.
Dim i As Integer
For i = 1 To 100
"macro running"
Next i
set the highest number is 100, but most of the time, I don't need to run all
the way to 100, sometimes is 40, sometimes is 83, etc, random number of
records to process using the macro. can you help please? thanks.
Dim i As Integer
For i = 1 To 100
"macro running"
Next i