word.txt
来自「在VB中实现通讯的例子」· 文本 代码 · 共 15 行
TXT
15 行
*** Using WSC with WORD ***
WSC4VB can be used with any VBA (Visual Basic for Applications)
program. For example, in Word97, choose "Tools" from the menu bar,
then "Macros", then "Visual Basic Editor". You can then enter VB
code, such as MODULE.BAS.
Before compiling MODULE.BAS, insert WSC32.BAS (or WSC16.BAS) before
the MODULE.BAS code. You may also have to remove the "Global" from the
VB declarations.
Also see ACCESS.TXT and EXCEL.TXT.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?