09-23-2010, 06:48 PM
Hi Rahul,
Test with the below code.
This code is working fine.
Let me know if you need any info.
Test with the below code.
Code:
Set wshShell = CreateObject("WScript.Shell")
WshShell.Popup "Do you feel alright?", 2, "Question:"
Set wshShell = Nothing
This code is working fine.
Let me know if you need any info.
Thanks,
SUpputuri
SUpputuri