12-23-2011, 01:08 PM
Hello,
Please Check this script.
Collapse | Copy Code
I just want to print data table value in Msgbox like Column name "A".
Thanks,
Ajay Kumar
Software Test Engineer
Please Check this script.
Collapse | Copy Code
Code:
Dim ak
Set ak = CreateObject("wscript.shell")
For i = 1 to 3
Set DataTable = ("A",dtglobalsheet)
MsgBox _message = "A"
MsgBox_time = 2
MsgBox_title = "this is demo set"
ak.Popup MsgBox, MsgBox_time,MsgBox_title
Next
I just want to print data table value in Msgbox like Column name "A".
Thanks,
Ajay Kumar
Software Test Engineer