加一个中间文书存储doc:
If Not udoc Is Nothing Then
Dim askme As Integer
askme = ws.Prompt (PROMPT_YESNO, _
"クリアの確認", "既にデータがあります、先月のデータを直接削除しますか?手操作で削除しますか?")
If askme = 1 Then
Do While Not udoc Is Nothing
Set tempdoc = udoc
Set udoc = view.GetNextDocument( udoc )
Call tempdoc.RemovePermanently(True)
Print "文書削除中...."
Loop
Call ws.ViewRefresh
MsgBox "データが全部削除しました!",,"削除済みの確認"
Else
Exit Sub
End If
End If
view里文书删除时报错的解决案,布布扣,bubuko.com
原文地址:http://www.cnblogs.com/vonkenmo/p/3811913.html