Hallo there,
I would appreciate help on two questions :
1) what could be the reason for this line to throw an exception :
range = worksheet.get_Range("A3", "B4");
myChart.SetSourceData(range.ToString(), PowerPoint.XlRowCol.xlColumns);
I also tried
If I do it this way...