Code:
on error resume next
msgbox DataTable("col",dtGlobalSheet)
If err.number<>0 then
msgbox "col doesnt exist"
else
msgbox "col exists"
end if
QTP Tips and Tricks
|
« Next Oldest | Next Newest »
|