08-13-2013, 12:26 PM
Hi Anil,
sorry for Late Reply.
Please check the below code
it might be useful for some other people
Thanks
-Tanya
sorry for Late Reply.
Please check the below code
Code:
Set element = description.Create
element("micclass").value = "Window"
element("regexpwndtitle").value = "Microsoft Word"
Set col = Desktop.ChildObjects(element)
msgbox col.count
For i =0 to col.count-1
col(i).close
Next
it might be useful for some other people
Thanks
-Tanya