Just wondering how i could have a MSgbox that displays the value of a variable as it constantly changes. Basically a number has one added to it everytime it loops. I want to
A workaround would be to use PopUp
PopUp
Set objShell = WScript.CreateObject("WScript.Shell") For i = 1 To 3 objShell.Popup i, 1, "AutoClose MsgBox Simulation", vbInformation+vbOKOnly Next
This will "autoclose" the MsgBox lookalike after 1 second