Consulting

Results 1 to 2 of 2

Thread: scraping vba dropdownlist

  1. #1
    VBAX Newbie
    Joined
    Nov 2018
    Posts
    2
    Location

    Talking scraping vba dropdownlist

    I have been trying to select an option of a field which does not allow me to do it in the way that is handled in the example.


    the html code is like this..


    <select id="Receptor_RfcCargado" name="Receptor.RfcCargado" class="form-control" value="" data-val-required="Este campo es obligatorio" data-val="true" onchange="seleccionaReceptor(this, true);">
    <option value="">Seleccione...</option>
    <option value="IPA730830 INGENIO" data-extra="cORKOhea+SJuf37c9RBW2g==">IPA730830 INGENIO</option>
    <option value="PAZ170614 MC PAZ SA DE CV" data-extra="cJwAbPgiZovQlfZuszc78g==">PAZ170614 MC PAZ SA DE CV</option>
    <option value="Otro " data-extra="oPUm+vK7lTP4wmqtTOOjGA==">Otro </option>
    </select>


    How to choose an option in a case like this?

    Yo hablo español, pero en cualquier idioma me podría ayudar mucho una respuesta.
    I have been trying to select an option of a field which does not allow me to do it in the way that is handled in the example.

  2. #2
    Knowledge Base Approver VBAX Guru macropod's Avatar
    Joined
    Jul 2008
    Posts
    4,435
    Location
    Duplicated by: http://www.vbaexpress.com/forum/show...a-dropdownlist
    Kindly don't start multiple threads on the same topic. Thread closed. You may continue the discussion in your other thread.
    Cheers
    Paul Edstein
    [Fmr MS MVP - Word]

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •