I have to pull several Web Queries in a workbook, all come from a website that requires login before I can access the urls.
Here is my code I made to login to the website through Internet Explorer:
Sub connectToScantron()
Dim objIE As Object
Dim objCollection As Object
Dim objElement...