macroanalog Posted December 7, 2009 Report Share Posted December 7, 2009 Pardon my REAL NEWBIENESS... so far I can only capture key strokes I want to do the following... Begin Find "text string" If pop-up says "Unable to find", Macro STOP Otherwise... Various key strokes More key strokes Goto begin Thanks for the help!! Quote Link to comment Share on other sites More sharing options...
rberq Posted December 8, 2009 Report Share Posted December 8, 2009 Put your data into variable T1, then REPEAT UNTIL T99 <> T99 (i.e., forever) IF T1 CONTAINS "text string" do keystrokes and ME commands ELSE REPEAT EXIT REPEAT END MACRO STOP 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.