本文介绍了复制没有宏的工作簿但保持格式化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用包含宏的工作簿10张。 一个宏分为9个不同的类别级别。 我想使用宏,为第一个实例排序,并复制到新的工作簿。 然后使用宏,为下一个实例排序并复制到新工作簿9次。 我不想把这些宏带到新的工作簿。
但是,我确实希望保留所有9张的格式。
解决方案
I am using a workbook 10 sheets that contains macros. One macros sorts into 9 different category levels. I want to use the macro, sort for the first instance, and copy to a new workbook. Then use the macro, sort for the next instance and copy to a new workbook for all 9 times. I do not want to take those macros to the new workbooks.
However, I do want to keep the formatting of all 9 sheets.
解决方案
这篇关于复制没有宏的工作簿但保持格式化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!