Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
Por alxndd
Posts
#65314
Boa tarde a todos.
Estou tentando fazer uma validação neste site, porem não consigo, pegar os dados de um relatorio e jogar os dados neste site, já consegui fazer em outro, mas o e-social não esta funcionando, tem algo de errado no meu codigo ?
Código: Selecionar todos
Dim HTMLDoc As HTMLDocument
Dim oBrowser As InternetExplorer


Sub Login()

Dim oHTML_Element As IHTMLElement
Dim sURL As String
On Error GoTo Err_Clear
   sURL = "http://consultacadastral.inss.gov.br/Esocial/pages/qualificacao/qualificar.xhtml"
Set oBrowser = New InternetExplorer
   oBrowser.Silent = True
   oBrowser.timeout = 60
   oBrowser.Navigate sURL
   oBrowser.Visible = True

Do
Loop Until oBrowser.ReadyState = READYSTATE_COMPLETE

For iCount = 1 To 30000000
 Next iCount

Set HTMLDoc = oBrowser.Document

  HTMLDoc.all.formQualificacaoCadastral: nome.Value = Range("B2")
  HTMLDoc.all.formQualificacaoCadastral: dataNascimento.Value = Range("C2")
  HTMLDoc.all.formQualificacaoCadastral: cpf.Value = Range("D2")
  HTMLDoc.all.formQualificacaoCadastral: nis.Value = Range("E2")



For Each oHTML_Element In HTMLDoc.getElementsByTagName("input")
    If oHTML_Element.Type = "submit" Then oHTML_Element.Click: Exit For

Next

On Error GoTo Err_Clear
   sURL = Range("") 'CLICAR PARA ADICONAR

Set oBrowser = New InternetExplorer
   oBrowser.Silent = True
   oBrowser.timeout = 60
   oBrowser.Navigate sURL
   oBrowser.Visible = True

Do
Loop Until oBrowser.ReadyState = READYSTATE_COMPLETE

    

For Each oHTML_Element In HTMLDoc.getElementsByTagName("input")
    If oHTML_Element.Type = "submit" Then oHTML_Element.Click: Exit For

Next
Err_Clear:

Resume Next
End Sub '
 

long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord