16883.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 23 行

HTML
23
字号
<html>
  <head>
    <title>Re: How to input some information to other Word document?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: How to input some information to other Word document?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by dino on August 08, 1999 at 13:36:23:<p>
In Reply to: <a href="16868.html">Re: How to input some information to other Word document?</a> posted by 小琳 on August 07, 1999 at 17:26:37:<p>
可用sendkeys完成送字串.<p>private sub command1()<br>AppActivate "Microsoft Word"<br>SendKeys Text1.Text, False<br>end sub<p>在word已开启情况下可把字串送给word,并focus回本程式<p>你也可以自己加一个command button用shell去open word
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 16883-->
</ul><!--end: 16883-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?