Pessoal,
Tenho esse codigo onde preencho alguns campos no IE porem o da data sempre vem com a data de hoje e nao consigo altera-la... queria que entressa a data que eu botar lá..
Preciso tambem que aperte enter no final.. o SendKeys nao funcionou
No A1 tem a formula hoje()-1
Public Sub carregar()
lBA = "ba"
lUF = "RJ"
lOntem = Range("A1")
Set ie = GetObject("", "InternetExplorer.Application.1")
ie.Visible = True
ie.Navigate " http://xxx.xxx.xxx.xxx/xxxxx/xxxxx.html"
ie.Document.getelementbyid("TIPO").Value = lBA
ie.Document.getelementbyid("UF").Value = lUF
ie.Document.getelementbyid("PRIMEIRA_OCORRENCIA").Value = lOntem '- da erro aqui
' Application.Wait (Now() + TimeValue("00:00:02"))
' SendKeys "{ENTER}"
End Sub
Postado : 05/05/2016 10:50 am