View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
news.easynews.com news.easynews.com is offline
external usenet poster
 
Posts: 6
Default Displaying Excel charts in VB

Let me know if this is not the right group for this question.

I'm building a VB App that will load up a CSV file in Excel and create
charts programatically. This is working fine now. My App just makes the
Excel object visible in the end.

What I would like to do, however, is use Excel to create the charts, but
display the charts in my VB App. Maybe use OLE and put it in an Excel Chart
control.

Does anyone have any links to examples that will show my how I can do this?

Thanks!