A
Arno
Hello,
I encountered the following bug in PowerPoint 2007:
First, interactively,
- put a PowerPoint rectangle on a slide
- put a connector on the same slide
- connect one end of the connector to the right(!) side of the
rectangle (junction highlights in red)
Then, via VBA,
- move rectangle, e.g., select the rectangle and run
"ActiveWindow.Selection.ShapeRange(1).Left = 100"
Observation:
- Although only the shape is selected, the connector moves to "Left =
100" as well.
- The connector is no longer attached to the right side of the shape.
- When the connector is selected, the end that was connected to the
right side of the rectangle highlights in red, indicating that the
connector still "thinks" that it is connected to the rectangle
This occurs in PowerPoint 2007 only, PowerPoint 2003 behaves as it
should.
Arno
I encountered the following bug in PowerPoint 2007:
First, interactively,
- put a PowerPoint rectangle on a slide
- put a connector on the same slide
- connect one end of the connector to the right(!) side of the
rectangle (junction highlights in red)
Then, via VBA,
- move rectangle, e.g., select the rectangle and run
"ActiveWindow.Selection.ShapeRange(1).Left = 100"
Observation:
- Although only the shape is selected, the connector moves to "Left =
100" as well.
- The connector is no longer attached to the right side of the shape.
- When the connector is selected, the end that was connected to the
right side of the rectangle highlights in red, indicating that the
connector still "thinks" that it is connected to the rectangle
This occurs in PowerPoint 2007 only, PowerPoint 2003 behaves as it
should.
Arno