View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default export excel chart to file error

Maybe this will help
http://www.rondebruin.nl/mail/folder2/chart.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm




"Magimasta" wrote in message ...
Hello Worriors,

i have a question about the Chart.Export method.

I used it like this in C#:
", "BMP", System.Reflection.Missing.Value);

But i always get an Exception like this:
Ausnahme von HRESULT: 0x800A03EC


Thx for helping