Skip to content

Instantly share code, notes, and snippets.

View web-scraping-hacker-news-using-vba.bas
Option Explicit
Public Sub Main()
Dim htmlDocument As htmlDocument
Dim tableWithStories As HTMLTable
Dim rowsWithStories As IHTMLElementCollection
Dim storylinkAnchors As Collection
Dim output As Variant