肿么在word中插入一行单元格

word

1个回答

写回答

Tianyy

2025-09-10 03:00

+ 关注

用宏来实现比如说A列 Dim x For x = Range("a1000").End(3).Row To 1 Step -1 If Cells(x, 1) = "特定的字符" Then Rows(x).Insert Shift:=xlDown End If Next x

举报有用(4分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号