View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default select data from dropdown menu

Can you provide the url and samples

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

wrote in message
oups.com...
Hi,

I would like to extract (import) data from web site and for that i
have written query. I got stuck because in the web site there are
dropdown menus. I would like to select any one from dropdown menu
e.g. if options in the dropdown are lacs, crores, millions, billions
etc. OR another dropdown where options are Cash market, Derivative
market.. How to select any one from dropdown through VBA.. since i am
newbie hence got confused.

Can anyone help me out with coding in VBA for the same.

Thank you.