Method 'Copy' of object 'Sheets' failed
问题 After reinstalling Office 2013 I got this error: Run-time error '-21474178848 (80010108)': Method 'Copy' of object 'Sheets' failed In this the code block: Set ThisWork = ActiveWorkbook strExt = ThisWork.Sheets("Catalog1").Cells(2, 4).Value & "_" & Format(Now, "yyyy_mm_dd_hhmmss") strSaveName = ThisWork.Path & "\" & strExt & ".xlsx" ThisWork.Sheets(Array("Catalog1", "Catalog2", "Translations")).Copy With ActiveWorkbook ... After pressing debug and pressing Continue ( F5 ), Excel crashes. Why