Jump to content
Macro Express Forums

Copy data from drop Down


Recommended Posts

How far have you got so far? Which part are you having trouble with?

 

Assuming your drop-down list is already open, there are at least three ways you could then select a particular entry manually. So just write your macro to do the same.

 

1. Type arrow keys to reach it.

 

2. Type the corresponding letter.

 

3. Move the mouse (with the 'Relative position' option) to it.

 

 

--
Terry, East Grinstead, UK

Link to comment
Share on other sites

Almost impossible with MEP. Depending on the script language you can sometimes download the raw HTML and decipher the list of items for a control and the selected index.

 

This is one reason I don't use MEP anymore for scraping. In .NET there's a WebBrowser control that uses the HTML DOM. With it I can programmatically get the selected item of a control in one command. Much easier.

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...