sathiya Sugumaran Posted January 13, 2014 Report Share Posted January 13, 2014 Hi , Can you hep me to fetch Value from drop down Box suing Macro . Quote Link to comment Share on other sites More sharing options...
terrypin Posted January 14, 2014 Report Share Posted January 14, 2014 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 Quote Link to comment Share on other sites More sharing options...
sathiya Sugumaran Posted January 17, 2014 Author Report Share Posted January 17, 2014 Already Drop down have values . How to capture the values and save into a valriable ? Quote Link to comment Share on other sites More sharing options...
Cory Posted January 24, 2014 Report Share Posted January 24, 2014 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. 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.