Hello friends, I have this problem. In my program, I have added a msgbox for every count in a certain loop.

For Example:

For i = 1 to nTotal
Msgbox i
Next i


Is there anyway to auto-click the msgbox (by means of program code) to get rid of them?

Thanks for all the help!