Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have a code that pastes a few Excel charts into different slides. It works fine, but I want to reuse the slides and update them daily. The problem is that there is a box that should be on top of each chart, and when the macro pastes the charts, it places them on top, leaving the box hidden behind. Is there a way to move the selected shape as in "send to back"? I was expecting to find something like: PPApp.ActiveWindow.Selection.ShapeRange.xxx that would do the trick... but I can't seem to find it. Any help? Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Saturday, November 17, 2012 5:06:41 PM UTC+1, Jose wrote:
Hello, I have a code that pastes a few Excel charts into different slides. It works fine, but I want to reuse the slides and update them daily. The problem is that there is a box that should be on top of each chart, and when the macro pastes the charts, it places them on top, leaving the box hidden behind. Is there a way to move the selected shape as in "send to back"? I was expecting to find something like: PPApp.ActiveWindow.Selection.ShapeRange.xxx that would do the trick... but I can't seem to find it. Any help? Thanks! Found it. Just in case anyone needs it too: PPApp.ActiveWindow.Selection.ShapeRange.ZOrder msoSendToBack It was right there :) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to move photo behind text. "Send back" doesn't work. | Excel Worksheet Functions | |||
Can I paste a chart from Excel into a powerpoint slide "Placeholde | Charts and Charting in Excel | |||
Can no longer cut/paste ranges in chart "edit data" fields? | Charts and Charting in Excel | |||
Pasted values that paste as "number stored as text" | Excel Discussion (Misc queries) | |||
Send values to "calculator" and answer back | Excel Programming |