很多人都知道,用vb操作excel的表格非常简单,但是偏偏项目中碰到了VB操作word表格的部分,google.baidu搜爆了,都没有找到我需要的东西.到是搜索到了很多问这个问题的记录.没办法,索性只有自己去尝试了.下面把一些代码发上来,给需要的朋友一点提示. 打开一个已经存在的wrod文件(这个文件包含了表格) Dim WordApp Dim Word Set WordApp = CreateObject("Word.Application") WordApp.Visible =…
http://www.webshu.net/jiaocheng/programme/ASPNET/200804/6499.html <% if request("infoid")<>"" then set rs=conn.execute("select * from nproduct where id="&request("infoid")) if not (rs.eof and rs.bof) th…