When I go to debug my ap the message box just keeps repeating itself.
I have it when the progress bar is complete it has a pop up message box.
Here is the code.
I get like 50 pop ups of the msgbox and have to hold enter to close them all.
Any suggestion?
I have it when the progress bar is complete it has a pop up message box.
Here is the code.
Code:
If ProgressBar1.Value = 100 Then
Call MsgBox("Your selected items have been applied to your account.", , "DONE")
End If
Any suggestion?