CreateObject("htmlfile") で HTMLDocumentを作成可能。※IHTMLDocumentじゃなかった・・・

2022/04/24 追記 Dim oDocument As Object Set oDocument = CreateObject("htmlfile") で作成したhtmlfileドキュメントオブジェクトに html文字列を書き込む、そんなデバッグ風景です。 www.youtube.com https://www.youtube.com/watch?v=RjZZUq40gxY 目次 00:00 0.IEが無くなるので CreateObject("htmlfile") 00:26 1.DoE…