Hi guys,
I love this blog, but, despite this is a huge place to share content, it isn’t the best place to have discussions, answer questions and of course, let you share your own ideas about this blog articles. For this, I’ve published a fórum, aiming to give support for all of mentioned above.
Of course, as you can publish anything you want (but be gentle, ok?) new subjects can be created and discussed. The best of all is, not only me can help, but all community can do it! And I invite you to make part of this forum, helping other users, as others have helped us once.
Welcome and let’s do it!
Go to forum
Tomás
Prezados, boa tarde,
Estou tentando executar uma função VBA que preencha um formulário WEB,
Já consegui fazer com que a função abra a pagina onde está o formulário, mas no momento do preenchimento ele me retorna um erro:
Função:
Sub Abrepagina()
Dim ie As Object
Set ie = CreateObject(“InternetExplorer.Application”)
ie.Navigate “www.google.com”
Do While ie.busy
Loop
ie.document.getElementByname (“q”).Value = “1099403”
ie.Visible = True
Set ie = Nothing
End Sub
O erro é:
O método ‘Document’ do objeto ‘IWebBrowser2’ Falhou.
Por favor poderiam me ajudar a identificar o erro e eocnorarar uma saida.
Muito Obrigado