Power point 2007 macro to move an object

G

Gaetan

I am trying to work with power point. I have a meter (simple, with a needle
in the middle to move left or right).

Then, I have a selector with 8 prime function. Each function have 3
sub-functions.

Example: Function: Weather. Sub Function: good, bad, don't know.

Then, if it is "good", the needle move clockwise, by about 15 degree. "Bad"
and "don't know", does the reverse.

In Excel, I can get the needle to move when I want to, but in PowerPoint, I
cannot.

This is the macro in excel

Sub Rotateclockwise()

ActiveSheet.Shapes("Freeform 2").Select
Selection.ShapeRange.IncrementRotation 15#
Range("a1").Select
Edn Sub

Can someonehelp me to create amacro for powerpoint?

Thanks
 

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