Hi,
I would check on single item of list.
I resolved with this code
Thanks a lot!
I would check on single item of list.
I resolved with this code
Code:
For i = 0 To SwfWindow("MicAnalytics").SwfList("listBoxExt1").GetItemsCount()
If my_condition Then
'todo
End If
NextThanks a lot!

