Hi all,
'Fill A cloumn in Global sheet with valus Pass fail etc.
i=0
For j=0 to Datatable.GetSheet(dtGlobalSheet).GetRowCount
If Ucase(Datatable.Value("A",dtGlobalSheet))="PASS" then
i=i+1
End if
Next
msgbox " no of times Pass word is "&i
thanks
Neeraj Kumar
On Thu, Apr 12, 2012 at 3:26 PM, Raghavendra k <[email protected]> wrote:
> How to count the repeated word in a column.
>
> For ex: Actual result column contains so many pass & fail words i need to
> count how many times word "Pass" is repeated.
>
> --
> 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
>
--
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