How to save file from Webpage from Excel VBA?
问题 I am trying to export a file from IE, after selecting an item in dropdown by taking the Html ID and clicking the export option, but i am strucked while saving the file. I am Selecting the option in the dropdown based on the value in an excel range. Please help. Below is the code I am trying. Dim htm As Object Dim IE As Object Sub Website() Dim Doc As Object Set IE = CreateObject("internetexplorer.application") IE.Visible = True IE.navigate "http://**Link is confidential, sorry for not