macro2.txt

来自「VC++和ACCESS使用ADO连接」· 文本 代码 · 共 22 行

TXT
22
字号
Selection.MoveDown Unit:=wdLine, Count:=1
    Selection.MoveLeft Unit:=wdCharacter, Count:=4
    Selection.TypeText Text:="陈玮"
    
    
    Selection.HomeKey Unit:=wdLine
    Selection.MoveDown Unit:=wdLine, Count:=2
    Selection.MoveRight Unit:=wdCharacter, Count:=16
    Selection.TypeText Text:="单位单位"
    
    
    Selection.HomeKey Unit:=wdLine
    Selection.MoveDown Unit:=wdLine, Count:=4
    Selection.MoveRight Unit:=wdCharacter, Count:=9
    Selection.TypeText Text:="2008年11月11号"
    
    
    Selection.HomeKey Unit:=wdLine
    Selection.MoveDown Unit:=wdLine, Count:=17
    Selection.TypeText Text:="2008年11月11号"

入职通知单(空).doc

⌨️ 快捷键说明

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