回答編集履歴
1
参考リンク追記
answer
CHANGED
@@ -24,4 +24,8 @@
|
|
24
24
|
MsgBox "指定URLを開きました"
|
25
25
|
|
26
26
|
End Sub
|
27
|
-
```
|
27
|
+
```
|
28
|
+
|
29
|
+
`HTMLElementCollection`と`IHTMLElementCollection`のようにIがあるかないかの違いは、下記の回答が参考になるでしょう。
|
30
|
+
|
31
|
+
[VBAにおけるWebスクレイピングで、HTMLElementやIHTMLElementなど違いが... - Yahoo!知恵袋](https://detail.chiebukuro.yahoo.co.jp/qa/question_detail/q10187676425)
|