Try:
Set btnSubmit = ie.document.getElementByName("Submit")
   If Not btnSubmit Is Nothing Then
      btnSubmit.Click
   End If