How do you create and then insert an Excel 2007 chart in Word 2007 with office interoperability?

Important: I do not want to save an Excel file to create a chart.

link|improve this question

create a Word 2007 chart by using Excel 2007? I assume you meant create Excel 2007 chart and insert it into Word 2007 doc, yea? – o.k.w Nov 2 '09 at 0:52
Yes, sorry about that! – Partial Nov 2 '09 at 0:56
feedback

1 Answer

Someone kind of did it (but XLS and not XLSX):
http://www.eggheadcafe.com/software/aspnet/32178562/insert-excel-chart-into-w.aspx

I have not tried it myself though, hope it helps.

link|improve this answer
What is the type of chart for this line of code in your link: oClassType = "Excel.Chart.8"? – Partial Nov 2 '09 at 1:04
I am not really sure this is the way for Excel 2007 and Word 2007. :S – Partial Nov 2 '09 at 1:24
@Partial: I've not studied the codes nor have I tried it. Thought it might give you some hints. Guess not? – o.k.w Nov 2 '09 at 10:17
It wasn't really helpful. Adding OLEObjects was the way of doing with previous versions of Office and I am really looking for the most up to day way of it. – Partial Nov 8 '09 at 0:16
But it was helpfull for me, cuz I needed to insert an existing excel file, thanks! ;) – WtFudgE Feb 18 at 9:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.