开发者

Importing HTML Report into Excel Using VBA

When you right-click an html document (.html) and open as "Excel", Excel will open up and retain the html appearance in the sheet.

I am trying to write VBA code 开发者_运维百科to import an HTML file (.html) into the worksheet while retaining the HTML look. (I do not want the html code to appear in the sheet).

How would I achieve this?

Thanks


Dim wb as excel.workbook
set wb = workbooks.open("C:\test_file.html")
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜