Search results

  1. R

    entering data into IE from excel using vba

    IE.Document.getelementbyid("departmentId").Value = Cells(y, 1).Value ' Enter Department from Excel IE.Document.getelementbyid("classId").Value = Cells(y, 2).Value ' Enter Class from Excel the page looks like this with a lookup box besides for both department and class. lookup box when...
Back
Top Bottom