excel如何将数据等分

excel

1个回答

写回答

18931014835

2025-12-15 23:22

+ 关注

'数据从A1开始的程序:Sub move() For i = 1 To 9 Range(Cells(i * 100 + 1, 1), Cells(i * 100 + 100, 1)).Select Selection.Cut Destination:=Range(Cells(1, i + 1), Cells(100, i + 1)) Next i Cells(1, 1).SelectEnd Sub

举报有用(0分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号