Using VBA to Webscrape a WebSite with Login Page

前端 未结 0 1101
醉话见心
醉话见心 2020-12-09 12:40

The current Code in VBA is

 Option Explicit
 Sub login ()
 Dim i As SHDocVw.InternetExplorer
 Set i =New InternetExplorer
 i.Visible=True
 i.navigate ("h         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题