VBA code to edit HTML file without losing <head>…</head> information

前端 未结 0 514
孤城傲影
孤城傲影 2021-01-21 08:23

I am trying to create a excel macro to edit an html file I have on my disk. I am using something like this:

Sub changeImg()

    Dim dom As HTMLDocument
    Dim i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题