How to copy sheets to another workbook using vba?

后端 未结 10 1839
故里飘歌
故里飘歌 2020-11-27 17:52

So, what I want to do, generally, is make a copy of a workbook. However, the source workbook is running my macros, and I want it to make an identical copy of itself, but wit

10条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-27 18:14

    Assuming all your macros are in modules, maybe this link will help. After copying the workbook, just iterate over each module and delete it

提交回复
热议问题