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
Try this instead.
Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets ws.Copy Next