AddPicture 方法示例本示例实现的功能是:将一张图片添至 myDoc。插入的图片与创建该图片的文件相链接,并且与文档保存在一起。Set myDoc = ActiveDocument
ActiveDocument.Shapes.AddPicture _
    "C:\Program Files\Microsoft office\" _
    & "Office\Bitmaps\Styles\stone.bmp", _
    True, True

解决方案 »

  1.   

    这样的问题最好查Office的VBA帮助.
    Activedocument.Paragraph(i).Range(n,1).text=""
      

  2.   

    C:\Program Files\Microsoft Office\Office\2052\VBAWRD9.CHM表格的拷贝没有函数,可以通过Range对象来拷贝.
      

  3.   

    var thecode=formID.formTableID.innerHtml
    var newtable.innerHtml=thecode
    var newtable.otherpro=....
    fromID.insertchildren(newtable)insertchildren好像用得不大對,我沒有測試,不行的說你再試試insertCell,appendElement