Submitting data via IE to an online MS Form is not working
问题 Can anyone figure out what I am doing wrong? When I try to submit data to an online MS Form the submission fails upon clicking the submit button because the data in the input text box disappears. The code I am using: Sub Hello() Dim objIE As Object Dim URL As String Dim doc As HTMLDocument Dim oServ As Object Dim cProc As Variant Dim oProc As Object URL = "https://forms.office.com/Pages/ResponsePage.aspx?id=1tUOxOPgeU2DDHmR8zp8jnPOq1Zxq2ZMgF9BFdtxEI9UNTJUSlpaNVU3S0pYRDI0MzE3UkZZQzdZNi4u" Set