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.
  • Avatar do usuário
Por AndersonM
Posts
#18278
Bom dia Galera, eu consegui na internet uma macro que estava precisando muito, porém sempre que a macro abre o web site ele solicita senha, alguém pode me ajudar com um código que faz login nesse site aqui:
https://www.cellcard.com.br

Por favor, me ajudem... no caso eu preencho os 3 campos para logar nesse site.

Atenciosamente.
Avatar do usuário
Por alexandrevba
Avatar
#18282
Bom dia!!

Como teste, foi utilizado o IE.
Código: Selecionar todos
Sub AleVBA_3664()
Dim IE As Object
Set IE = CreateObject("InternetExplorer.application")
    With IE
        .Visible = True
        .Navigate ("https://www.cellcard.com.br/index.html")
        While .Busy Or .ReadyState <> 4: DoEvents: Wend
            .Document.getElementById("nome_primario").Focus
            .Document.getElementById("nome_primario").Value = "AleVBA"      '<- Coloque seu usuário aqui
            .Document.getElementById("loja_primaria").Focus
            .Document.getElementById("loja_primaria").Value = "Loja_AleVBA" '<- Coloque a loja aqui
            .Document.getElementById("senha_primaria").Focus
            .Document.getElementById("senha_primaria").Value = "SenhaAqui"  '<- Coloque sua senha aqui
            .Document.All("Submit").Click
        While .Busy Or .ReadyState <> 4: DoEvents: Wend
        Debug.Print .LocationURL
    End With
End Sub
Att
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