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
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