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