摘要: Sub 向下填充() Set ws = ActiveSheet lastRow = ws.Cells(ws.Rows.Count, "C").End(xlUp).Row currentValue = ws.Range("C2").Value For i = 3 To lastRow If ws.Ce 阅读全文
posted @ 2025-10-15 22:41 python_learn 阅读(2) 评论(0) 推荐(0)