View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JT[_4_] JT[_4_] is offline
external usenet poster
 
Posts: 1
Default Displaying Excel chart in C# application

Hi,

I've read (and tried) the article "How To Automate Microsoft Excel from
Microsoft Visual C# .NET" (available at
http://support.microsoft.com/default.aspx?kbid=302084). This opens up Excel,
fills in a spreadsheet with numbers, and creates a chart in the spreadsheet
from the data.

Is there a way to do that, but insted of showing the chart in Excel, never
have the Excel window show up and just show the excel chart within my
application?

Thanks
JT