D
Des
Hi. I am not very good at ppt but can someone tell me if there is an
effect to re-size an image. What I would like to do is have a page
that shrinks the image to the top left corner and then displays text.
I know there are lots of special effects for images.I want the top
corner
of the image fixed so that the image retreates up and right.
I have been asking this question for over a week now. A reply takes a
day.
I have a presentation ChildrensTalk.pptm
On Slide 8 I have a jpg file called WaterWine.jpg
Sub Test()
Dim oSh As Shape
' Create a variable to hold a reference
' to a shape object
Set oSh = ActivePresentation.Slides(8).Shapes("WaterWine.jpg")
' create the reference to a specific shape
' You'd want to change shapename to whatever the name of your
' picture shape is. The filename isn't relevant.
End Sub
What is this stupid shape. I also need to know how to run this code
when I get to slide 8
effect to re-size an image. What I would like to do is have a page
that shrinks the image to the top left corner and then displays text.
I know there are lots of special effects for images.I want the top
corner
of the image fixed so that the image retreates up and right.
I have been asking this question for over a week now. A reply takes a
day.
I have a presentation ChildrensTalk.pptm
On Slide 8 I have a jpg file called WaterWine.jpg
Sub Test()
Dim oSh As Shape
' Create a variable to hold a reference
' to a shape object
Set oSh = ActivePresentation.Slides(8).Shapes("WaterWine.jpg")
' create the reference to a specific shape
' You'd want to change shapename to whatever the name of your
' picture shape is. The filename isn't relevant.
End Sub
What is this stupid shape. I also need to know how to run this code
when I get to slide 8