How to test macro with command FindWindowWithText?
I allways get macrosheduler window with macro which is running.
Testing FindWindowWithText
Moderators: Dorian (MJT support), JRL
-
- Macro Veteran
- Posts: 267
- Joined: Mon Sep 27, 2010 8:57 pm
- Location: Seattle, WA
Try adding this before looking for the window.
Check the Help for 'WaitWindowOpen' for more window type info.
[/code]
Code: Select all
Let>WF_TYPE=0
//No Child Windows
[/code]