Open and Print a Word Document

估计要孤寂

估计要孤寂

2016-02-19 09:26

下面是个Open and Print a Word Document教程,撑握了其技术要点,学起来就简单多了。赶紧跟着图老师小编一起来看看吧!
Demonstration script that opens and prints and existing Microsoft Word document. 
代码如下:

Set objWord = CreateObject("Word.Application")
Set objDoc = objWord.Documents.Open("c:scriptsinventory.doc")

objDoc.PrintOut()
objWord.Quit

展开更多 50%)
分享

猜你喜欢

Open and Print a Word Document

Web开发
Open and Print a Word Document

document.open() 与 document.write()的区别

Web开发
document.open() 与 document.write()的区别

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

Add a Table to a Word Document

Web开发
Add a Table to a Word Document

Add a Formatted Table to a Word Document

Web开发
Add a Formatted Table to a Word Document

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

Add Formatted Text to a Word Document

Web开发
Add Formatted Text to a Word Document

Add a Picture to a Microsoft Word Document

Web开发
Add a Picture to a Microsoft Word Document

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

PDO取Oracle lob大字段当数据量太大无法取出的问题的解决办法

PDO取Oracle lob大字段当数据量太大无法取出的问题的解决办法

List Information About the Binary Files Used by an Application

List Information About the Binary Files Used by an Application
下拉加载更多内容 ↓