Excel从左往右及从右往左提取操作?

excel

1个回答

写回答

76942678

2026-02-11 09:01

+ 关注

sub fencun()application.screenupdating = falseb = sheets.countfor i = 1 to b sheets(i).copy a = thisworkbook.worksheets(i).name with activeworkbook .saveas filename:=thisworkbook.path & "" & a & ".xls" .close end withnext iapplication.screenupdating = trueend sub

举报有用(18分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号