Selection.MoveRight Unit:=wdCharacter, Count:=3, Extend:=wdExtend
    For x = 1 To 20
    Selection.Cells.Merge
    Selection.MoveDown Unit:=wdLine, Count:=1
    Selection.MoveRight Unit:=wdCharacter, Count:=3, Extend:=wdExtend
    Nextword 横向合并单元
阅读 163
2022-05-20
Selection.MoveRight Unit:=wdCharacter, Count:=3, Extend:=wdExtend
    For x = 1 To 20
    Selection.Cells.Merge
    Selection.MoveDown Unit:=wdLine, Count:=1
    Selection.MoveRight Unit:=wdCharacter, Count:=3, Extend:=wdExtend
    Next相关推荐
精彩评论(0)