Internet Explorer Automation with VBA input events

前端 未结 2 720
旧时难觅i
旧时难觅i 2020-12-09 23:12

am trying to use automation in from Microsoft Access 2003 to control Internet Explorer 9 to complete a form using database data.

The input fires an event in the br

2条回答
  •  生来不讨喜
    2020-12-10 00:03

    If you want (in IE9) to put the following line right before line "Next i". it should also work even if you do not loose the focus?

    objRows(n).Cells(i).GetElementsByTagName("input")(0).Click

提交回复
热议问题