如何用VBA增大一张excel工作表

excelVBA

1个回答

写回答

彩色小骎

2025-10-03 18:10

+ 关注

sub 增加工作表()di来自m i as integerfor i =1 to sheets.countif sheets(i).name =期末核算 thenmsgbox 已经存在exit subend ifnext i

sheets.add***.name=期末核算 end sub

举报有用(4分享收藏

Copyright © 2025 IZhiDa.com All Rights Reserved.

知答 版权所有 粤ICP备2023042255号