Solve it, thanks to you guys..
I did use the creation time and it works..
Thanks again.
as per research for my problem, creating a description to identify the unique property of the browser will also solve the problem.
I did use the creation time and it works..
Thanks again.
as per research for my problem, creating a description to identify the unique property of the browser will also solve the problem.
Code:
Set oDesc = Description.Create
oDesc("version").Value = "internet explorer.*"
Set oIE = Desktop.ChildObjects(oDesc)