murthy64 Posted July 19, 2006 Report Share Posted July 19, 2006 Hi I am very new to MacroExpress. I'd appreciate if you can suggest me a solution for the application described as follows: a) we have an application A that shows names of users one at a time we have to copy the name of the user flashed by A into a browser B and look up the information c) then application A shows another name and the macro has to copy that name into B; the steps above are repeated ad nauseum I am able to record a macro for one name flashed by A. However, I don't know how to repeat this process. Can anyone please help? Thanks Murthy Quote Link to comment Share on other sites More sharing options...
joe Posted July 22, 2006 Report Share Posted July 22, 2006 Check out the Repeat / End Repeat command constructs. There are several. You would place your copying / pasting commands within one of these constructs. The logic flow would be something like this: Repeat until whatever Activate app A window Copy field to clipboard Activate browser Paste from clipboard Process pasted field Repeat loop 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.