Jump to content
Macro Express Forums

Lead List


murthy64

Recommended Posts

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

B) 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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...