Sub tst031() Dim fff As String 'ãã¡ã¤ã«ãã¹ Dim objIE As Object 'ãªãã¸ã§ã¯ã Dim Myhtml As Variant 'HTMLã¿ã°ãã¼ã¿  'å¶å¾¡htmlãã¡ã¤ã« phn = ThisWorkbook.Path fff = phn & "\" & "f-html\tstie025.html"  'Webãã¼ã¸è¡¨ç¤º Set objIE = CreateObject("InternetExplorer.Application") objIE.Navigate fff  'ç»é¢è¡¨ç¤ºå¾ ã¡ Do While objIE.Busy = True DoEvents Loop  Myhtml = objIE.Document.Body.innerHTML objIE.Quit MsgBox Myhtml End Sub
{{#tags}}- {{label}}
{{/tags}}