If thats the case then to get lowest date in the runtime ...........

Set TabObj=Browser("Browser").Page("Page").WebTable("Table")

rc=TabObj.RowCount

For i=1 to rc

 Flag=True
 checkforlowsetdate=Trim(TabObj.GetCellData(i,3))

     For j=1 to rc

         innertabledata=Trim(TabObj.GetCellData(i,3))

         If (DateDiff("d", checkforlowsetdate, innertabledata)<0) Then

                  Flag=False
                  Lowestdate=innertabledata
           Exit For

         End If


     Next

Next

Set TabObj=Nothing

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to