Reading Web Pages using Excel VBA

前端 未结 2 1620
名媛妹妹
名媛妹妹 2020-12-01 22:56

I want to read web pages using Excel VBA. How do I carry out this task? Is it even possible?

2条回答
  •  [愿得一人]
    2020-12-01 23:39

    You can use VBA to automate IE (plenty of examples via Google) or you can fetch the page directly using an instance of MSHTTP (ditto plenty of examples on the web). Which is best for your needs will depend on exactly what you want to do. Hard to say more without more detailed requirements.

提交回复
热议问题