Excel怎么使用宏做循环累计

筹划未来 1个月前 已收到1个回答 举报

美妞幸福点 2星

共回答了99个问题采纳率:97.4% 评论

sub 复制工作表() n=sheets(1).cells(65536,1).end(3).row for i=2 to n shtname=sheets(1).cells(i,1) sheets(2).copy after:=sheets(sheets.count) with activesheet .name=shtname .range("H8")=shtname end with next end sub

12小时前

2
可能相似的问题

热门问题推荐

Copyright © 2024 微短问答 All rights reserved. 粤ICP备2021119249号 站务邮箱 service@wdace.com