Good day I have created various charts using the the following code and place them on to sheet 2. However, I want to delete 1 chart from the sheet and not all of them. How do I delete a specific chart?
![]()
Set cht = Sheets("Sheet2").ChartObjects.Add(Left:=2, Width:=580, Top:=774, Height:=355) With cht .Chart.SetSourceData Source:=Sheets("Sheet1").Range(SAIDIyearStart, SAIDITargetEnd), Title:="SAIDI CNC"
Bookmarks