Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Programming Languages A Place for windows applications programs and programmers .

Programming Languages Thread, Powerpoint macro move object in Programming , WebDesign & Development; I am trying to write a macro for PPT 2007. I need to do 3separate things (3 macro) 1: Get ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=11744


Reply
LinkBack Thread Tools Display Modes
Powerpoint macro move object
 
 
Senior Member

Reply With Quote
 
Join Date: Dec 2008
Posts: 18,122
03-01-2009, 11:30 AM
 
I am trying to write a macro for PPT 2007. I need to do 3separate things (3 macro) 1: Get some text to appear at specific location 2:get that tex to disappear 3:get a rectangle to rotate by 15 degree I cabn get the rectangle to rotate in...

I am trying to write a macro for PPT 2007. I need to do 3separate things (3 macro)

1: Get some text to appear at specific location
2:get that tex to disappear
3:get a rectangle to rotate by 15 degree

I cabn get the rectangle to rotate in Excel, but not in PPT. In Excel, this is what I did:

Sub Rotateclockwise()

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

End Sub

So, when I click on a button, the object rotate by 15 degrees. I just wish I could do the same in PPT.

Thanks for the help

Gaetan
 
 
 
Reply

Programming Languages Thread, Powerpoint macro move object in Programming , WebDesign & Development; I am trying to write a macro for PPT 2007. I need to do 3separate things (3 macro) 1: Get ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=11744


Bookmarks

Tags
macro, move, object, powerpoint


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump