Hello,
I am trying to create an picture inside of a chart object made of cells copied from a worksheet and shapes added to the chart. This is what my code looks like
Sub SaveImage(predictionTable As Range, forecastTable As Range, FileName As String)
Dim Cht As Chart, bScreen As Boolean, Shp...