|
|
Hi all
We are creating a chart in an excel app that we then copy to clipboard using xlBitmap (interop). Everything works fine when we set the excelApp.Visible = true; The chart is created and copied into the clipboard. When we get it from the clipboard its colorfull und good. But when we set excelApp.Visible = false and then create the chart and copy it to the clipboard. When we then hit paste the chart is black and white...why is it changing the chart color to black and white when we set excelApp.Visible = false?
We use Microsoft.Office.Interop.Excel.dll Version10.0.4504.0.
thanks jahrens
|
|
|