标题:VB 生成 word 的错误提示
取消只看楼主
shinesun
Rank: 2
等 级:论坛游民
帖 子:72
专家分:10
注 册:2012-12-12
结帖率:95%
 问题点数:0 回复次数:1 
VB 生成 word 的错误提示
采用的是:
1:首先建立一个word模板,
2:然后在通过在word版本插入多个书签,把一些Text的内容写进word中
现在程序一运行提示:类型不匹配的错误提示!不知道到底哪里出现错误了。
Private Sub exportToWord_Click()

Dim wdApp As Word.Application
Dim wdDoc As Document


Dim b1 As String, b2 As String
Dim b3 As String, b4 As String
Dim b5 As String, b6 As String
Dim b7 As String, b8 As String
Dim b9 As String, b10 As String
Dim b11 As String, b12 As String
Dim b13 As String, b14 As String



   
    Set wdApp = New Word.Application
   
   
    Set wdDoc = wdApp.Documents.Open(App.Path + "\" & "报告模板.doc")
     
    wdApp.Visible = True
   
   
   
    b1 = txtName.Text
   
    b2 = txtNowline.Text
现在又出现一个错误提示说:word被另一个用户锁定!

[ 本帖最后由 shinesun 于 2014-5-30 13:44 编辑 ]
2014-05-30 13:39
shinesun
Rank: 2
等 级:论坛游民
帖 子:72
专家分:10
注 册:2012-12-12
得分:0 
自己解决了,不过还是没有找到为什么会出现这种问题!
2014-05-30 16:26



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-432277-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.118057 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved