📄 15715.html
字号:
<html>
<head>
<title>Re: 如何用vb 去启动office中的word </title>
</head>
<body bgcolor="#FFFFFF" vlink="#808080">
<center>
<h1>Re: 如何用vb 去启动office中的word </h1>
</center>
<hr size=7 width=75%>
<hr size=7 width=75%><p>
Posted by Chennet on July 16, 1999 at 01:50:20:<p>
In Reply to: <a href="15709.html">如何用vb 去启动office中的word </a> posted by yuanann on July 15, 1999 at 23:28:34:<p>
Option Explicit<br>Private wordapp As Object<br>Private wordDoc As Document<p>Private Sub cmd_Click()<p> Set wordapp = CreateObject("Word.Application") <br> Set wordDoc = Documents.Open("c:\test.doc") <br> wordapp.visible = True<br> set wordapp = Nothing <br> set wordDoc = Nothing<p>End Sub
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 15715-->
</ul><!--end: 15715-->
<br><hr size=7 width=75%><p>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -