摘要: Sub 第一步插入空行() Set ws = ActiveSheet lastRow = ws.Cells(ws.Rows.Count, "A").End(xlUp).Row For i = lastRow To 3 Step -1 If ws.Cells(i, 1).Value <> ws.Cel 阅读全文
posted @ 2025-10-06 18:55 python_learn 阅读(6) 评论(0) 推荐(0)