01 2021 档案

摘要:编写代码的过程中,通过下面的代码打开并控制Word文件 Try With myProcess .StartInfo.FileName = str_模板文件 .StartInfo.CreateNoWindow = True .Start() End With Catch ex As Exception 阅读全文
posted @ 2021-01-23 07:15 曹医生 阅读(788) 评论(0) 推荐(0)