A
Agnes
For i = 1 to 5000
Me.txtCounter.text = i
'As I found the textbox didn't update itself, I add
(Me.txtCounter.update)
'.... some calculation statment
end for
Me.txtcounter.update sometimes work , sometimes doesn't ,
I saw the textbox show "289" and then stop , but the statment runs very
well.
Does anymethod to push the textbox must show the correct value,
Thanks
Me.txtCounter.text = i
'As I found the textbox didn't update itself, I add
(Me.txtCounter.update)
'.... some calculation statment
end for
Me.txtcounter.update sometimes work , sometimes doesn't ,
I saw the textbox show "289" and then stop , but the statment runs very
well.
Does anymethod to push the textbox must show the correct value,
Thanks