Hi Amit,
You can use the parent webtable o access the webelement.
Try below code
Set coDesc=Browser("Mortgage Calculator").Page("Mortgage
Calculator").WebTable("column names:=Mortgage Repayment Summary")
print coDesc.GetCellData(3,1)Here Browser and Page is added to my OR. modify it as per your programming. Thanks, Deepak -- Regards, Deepak -- 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
