I want to add new sheets after the original sheet. I typed
ActiveWorkbook.Sheets.Add(After:=ActiveWorkbook.Worksheets(ActiveWorkbook.Worksheets.Count))
but a compile error showed. What's wrong and how to fix that?