help question about chart in excel 2007

F

flying

Hi all, I have several problem about office beta2 2007.

1. Can we insert picture into chart in the excel 2007.

2. We can insert picture into chart in the excel 2003, if you open this
document in excel 2007, you will find the chart cover the whole right pane.


3. We can find Addpicture function in the shapes object.
But if call

Application.worksheets(1).shapes.addpicture("c:
\1.jpg",msoTrue,msoFalse,10,10,20,20) works fine
Application.Activechart.shapes.addpicture("c:
\1.jpg",msoTrue,msoFalse,10.10,20,20) failed

sure the activechart exisit.

4. the similar question with 3, why the attribute alternativetext of
Application.Activechart.shapes does not work
 
P

Patrick Schmid [MVP]

Are you using Beta 2 or B2TR? If you are still with Beta 2, you should
really install B2TR (or even better RTM, if you have access to volume
license downloads, MSDN or TechNet). Charting had some major issues in
B2...

Patrick Schmid [OneNote MVP]
--------------
http://pschmid.net
***
Office 2007 RTM Issues: http://pschmid.net/blog/2006/11/13/80
Office 2007 Beta 2 Technical Refresh (B2TR):
http://pschmid.net/blog/2006/09/18/43
***
Customize Office 2007: http://pschmid.net/office2007/customize
OneNote 2007: http://pschmid.net/office2007/onenote
***
Subscribe to my Office 2007 blog: http://pschmid.net/blog/feed
 
C

Cindy M.

Hi Flying,
I have several problem about office beta2 2007.
Besides Patrick's recommendation, you may also want to ask
in newsgroups specific to a product (such as the
excel.programming group for Excel VBA questions; the
excel.charting group, etc.). The folks there are going to
be more intimately familiar with what has changed, what
doesn't work, etc.

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update
Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any
follow question or reply in the newsgroup and not by e-mail
:)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top