Merhaba hocam malesef yine hata veriyor ,
kod bloğum aşağıdaki gibi 
Private Sub HariciGiris_Click()
Dim ie As InternetExplorer
Set ie = New InternetExplorer
    
ie.Visible = True
ie.navigate "https://ebildirge.sgk.gov.tr/WPEB/amp/loginldap"
    
    
Do Until ie.ReadyState = READYSTATE_COMPLETE
    DoEvents
Loop
ie.Document.all("j_username").Value = KullaniciAdi.Value
ie.Document.all("isyeri_kod").Value = Me.isyeri_kod.Value
ie.Document.all("j_password").Value = Me.sistemsifresi.Value
ie.Document.all("isyeri_sifre").Value = Me.isyerisifresi.Value
ie.Document.all("isyeri_guvenlik").Value = Me.guvenlikresmi.Value
Do Until ie.ReadyState = READYSTATE_COMPLETE
    DoEvents
Loop
End Sub
bu satır sarı oluyor
Set ie = New InternetExplorer
hata kodu ise 429
				
				
			
			
			
			
			
				
e-bildirge yazdırma
| Bu Konudaki Yorumlar | 
| e-bildirge yazdırma - Yazar: ates2014 - 26/07/2015, 18:17 Cvp: e-bildirge yazdırma - Yazar: ozanakkaya - 26/07/2015, 21:08 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 27/07/2015, 00:05 Cvp: e-bildirge yazdırma - Yazar: ozanakkaya - 28/07/2015, 01:46 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 28/07/2015, 17:05 Cvp: e-bildirge yazdırma - Yazar: ozanakkaya - 01/08/2015, 12:21 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 01/08/2015, 20:59 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 17/04/2019, 09:00 Cvp: e-bildirge yazdırma - Yazar: ozanakkaya - 17/04/2019, 13:58 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 17/04/2019, 15:05 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 17/04/2019, 15:07 Cvp: e-bildirge yazdırma - Yazar: ozanakkaya - 17/04/2019, 15:27 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 17/04/2019, 16:02 Cvp: e-bildirge yazdırma - Yazar: ozanakkaya - 17/04/2019, 16:48 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 17/04/2019, 16:57 Cvp: e-bildirge yazdırma - Yazar: ozanakkaya - 17/04/2019, 17:47 Cvp: E-Bildirge Yazdırma - Yazar: ates2014 - 19/04/2019, 08:52 Cvp: e-bildirge yazdırma - Yazar: berduş - 19/04/2019, 13:13 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 19/04/2019, 14:24 Cvp: e-bildirge yazdırma - Yazar: berduş - 19/04/2019, 14:38 Cvp: e-bildirge yazdırma - Yazar: ates2014 - 19/04/2019, 21:27 | 
		Konuyu Okuyanlar: 1 Ziyaretçi
	

