12-18-2008, 01:33 PM
hi akhila
use this code
use this code
Code:
c=0
rows=Browser("Inbox (3) - Yahoo! Mail").Page("Inbox (3) - Yahoo! Mail").WebTable("Inbox").GetROProperty ("rows")
For i=2 to rows
If Browser("Inbox (3) - Yahoo! Mail").Page("Inbox (3) - Yahoo! Mail").WebTable("Inbox").GetCellData(i,1)="Unread" Then
c=c+1
End If
Next
msgbox c