This example runs a simulation, calls CB.CheckData (because a CB.Enum... call follows), selects the next scatter chart in the workbook and then copies it.
CB.Simulation 1000
CB.CheckData
CB.SelectChart cbChtScatter, CB.EnumChart(cbChtScatter)
CB.CopyScatter