Amerifax-Bob Posted August 30, 2010 Report Share Posted August 30, 2010 I'm doing a find in Ultra Edit using Macro Express Pro, the latest. When value is not found I get a Window that displays "Search String "&&" Not Found. I can click on the Ok Button to close. Problem: How can I get the macro to continue. I have two conditions here. 1. It will find and hilight the value and let me continue as I always do. 2. It will let be select the OK button to continue but I still have to close the window with the upper right "X" window close button. It's like Continue if Value is found or select "OK" and close if not found. Bob Quote Link to comment Share on other sites More sharing options...
rberq Posted August 30, 2010 Report Share Posted August 30, 2010 What is the title of the Not Found window? You can probably do the search, delay 1/2 second so the search has time to complete, then say IF WINDOW 'NOT FOUND' IS RUNNING ACTIVATE WINDOW 'NOT FOUND' TYPE 'ENTER' (assuming the OK button is the default) END IF Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.