D
Deepak
Hello
I am using Office 2007 SP2. I am changing chart data using code.
shape.Chart.ChartData.Activate();
newWorkbook = shape.Chart.ChartData.Workbook as
MSExcel.Workbook;
targetSheet = (MSExcel.Worksheet)(newWorkbook.Worksheets[1]);
.....//Code to chage the data
it is working fine but only issue is: it is opening excel and chaging the
data.
Is there any way i can hide the excel and change the data in background?
I am using Office 2007 SP2. I am changing chart data using code.
shape.Chart.ChartData.Activate();
newWorkbook = shape.Chart.ChartData.Workbook as
MSExcel.Workbook;
targetSheet = (MSExcel.Worksheet)(newWorkbook.Worksheets[1]);
.....//Code to chage the data
it is working fine but only issue is: it is opening excel and chaging the
data.
Is there any way i can hide the excel and change the data in background?