Select WEB combobox with VBA

Asked

Viewed 27 times

-1

I have a code in VBA that should insert data on a site, I can insert the text, but there is a macro behind this code that when clicking on the text it opens more text boxes. What code should I enter to run this macro? With this code it generates it:

IE.Document.all("select2-chosen-1").innerText = "Não"
IE.Document.all("select2-chosen-2").innerText = "Não"
IE.Document.all("select2-chosen-3").innerText = "Total"

inserir a descrição da imagem aqui

If it is manual the site generates the macro. inserir a descrição da imagem aqui

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.