试下面的百代码吧,度还有问题的话,可回以私信我。答
|
1
2
3
4
5
6
|
Sub ExampleB()
For i = 1 To ActiveDocument.Tables.Count
ActiveDocument.Tables(i).Rows.Last.Select
Selection.InsertRowsBelow 1
Next
End Sub
|
试下面的百代码吧,度还有问题的话,可回以私信我。答
|
1
2
3
4
5
6
|
Sub ExampleB()
For i = 1 To ActiveDocument.Tables.Count
ActiveDocument.Tables(i).Rows.Last.Select
Selection.InsertRowsBelow 1
Next
End Sub
|
相关文章: