Forum Discussion
tristaanogre
8 years agoEsteemed Contributor
Remove your first if/end if block... you should only be using "WaitProcess" to check for a process existance.... consider: how can you check the "Exists" property of an object that does not exist? ;)
See if that works.