摘要: 1 Public Class ExportWord 2 3 Dim wordApp As Word.Application = New Word.Application() 4 Dim wordDocu As Word.Document = New Word.Document() 5 Dim myNothing As Object = Missing.Value 6 7 Public Function CreateWord() As Boolean 8 wordDocu = wordApp.Documents.Add(myNothing, ... 阅读全文
posted @ 2014-03-25 15:09 IT新秀(星火燎原) 阅读(300) 评论(0) 推荐(0) 编辑