Hi Frds,
Can someone please help me into this?
I'm executing below code from my application,
chart = slide.Shapes.AddChart(XlChartType.xlLineMarkers, shapeLeft, shapeTop, shapeWidth, shapeHeight).Chart
Once this line gets execute, it's poping-up Excel window....I don't want to let the excel window pop-up.
Any idea please??
Thanks