hi
in my script i open a msgbox during a operation. How can i close it ? I've
try sendkeys "{enter}" but nothing happens
my code
MsgBox "hi",vbQuestion + vbOkOnly + vbApplicationModal + 0,"done"
wscript.sleep 200
wshshell.sendkeys "{enter}"
is ther a other solution to display a text on screen and close it.This
message is just a information in my script process
thanks for your help
nb : sorry for my bad english