I am working with software that has objects in the UI that have Items and sub Items, I am trying to find a way to check and see if an Item already exists, I need to be able to search through the entir...
The only way to avoid false errors is to search for the object using a method that does not try to declare the object without first looking for it's existance. I think you're going to have to use an iterative loop. If done correctly, you can create it as a function in a script unit that can be called at any time to "find" any given item within your tree view.