Where do you get the popup from?
I mean does your code contain something like below:
If this is the case, the OK button can't be clicked automatically.
If it is not please try using:
Hope it helps.
I mean does your code contain something like below:
Code:
Msgbox "Hello World"
If this is the case, the OK button can't be clicked automatically.
If it is not please try using:
Code:
Set WshShell = CreateObject("Wscript.Shell")
WshShell.Popup " Wait 5 seconds ", 5, "Title"
Hope it helps.