merhaba arkadaşlar userformda aşağıdaki kod ile kayıt yenileme yaptıktan sonra aşağıdaki kod ile enter 'e otomatik seçmesini istiyorum fakat kabul etmiyor tekrar ekranda tamam yada esc çıkıyor
UserForm1.WebBrowser1.Document.getElementById("OOMToolbarActive1_refresh_b").getElementsByTagName("img")(0).Click
Application.Wait (Now + TimeValue("0:00:01"))
Application.SendKeys "{ENTER}"
ayrıca excelde enter tuşunu denemek için aşağıdaki kodu yazdıktan sonra tamam uyarısı otomatik onaylaması için denedim olmadı.
msgbox "DENEME"
Application.Wait (Now + TimeValue("0:00:01"))
Application.SendKeys "{ENTER}"
UserForm1.WebBrowser1.Document.getElementById("OOMToolbarActive1_refresh_b").getElementsByTagName("img")(0).Click
Application.Wait (Now + TimeValue("0:00:01"))
Application.SendKeys "{ENTER}"
ayrıca excelde enter tuşunu denemek için aşağıdaki kodu yazdıktan sonra tamam uyarısı otomatik onaylaması için denedim olmadı.
msgbox "DENEME"
Application.Wait (Now + TimeValue("0:00:01"))
Application.SendKeys "{ENTER}"
Son düzenleme:
