07-05-2011, 09:07 PM
Best way to do this task according to me is , use Exist() method
but this will take object sync time defined in the settings
You can overwrite this value accordingly.
Code:
If window("xyz").Exist Then
'code here
End if
but this will take object sync time defined in the settings
You can overwrite this value accordingly.