Hi everyone, thanks for looking (and helping I hope!)
When I do this, I get two sheets at the end of my practice worksheet (containing 1 chart at the start and 4 worksheets after).
Sheets.Add after:=Sheets(Sheets.Count), Count:=2
When I do this, the two added charts come BEFORE the last sheet, and I can't get it to insert after.
Sheets.Add after:=Sheets(Sheets.Count), Count:=2, Type:=XlSheetType.xlChart
Why won't the charts add after the last sheet?
Thanks![]()
Bookmarks