![]() |
#1
|
|||
|
|||
![]()
What is a macro to take the selected shape and enter free rotate mode. I want to be able to assign this macro to a hotkey.
Thanks |
#2
|
|||
|
|||
![]()
There's no way I know in the Object model to do this (maybe using the execute method of the relevant control but it didn't work for me.)
Even if you find a way though I doubt you will be able to assign to a keystroke because that isn't supported AFAIK in PowerPoint. |
#3
|
|||
|
|||
![]() Quote:
|
#4
|
|||
|
|||
![]()
Here is a code that will work to do this if you place the free rotate icon as the first button on your drawing toolbar. SendKeys is not the best but this is the only way I know of to make it work.
Sub FreeRotate() SendKeys "%{u}", wait SendKeys "{esc}", wait SendKeys "{left}", wait SendKeys "{left}", wait SendKeys "{left}", wait SendKeys "{ent}", wait End Sub |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
shinyjellicent12321 | PowerPoint | 1 | 02-19-2012 11:43 AM |
![]() |
Pyro | Office | 1 | 10-25-2011 05:16 AM |
![]() |
Jamal NUMAN | Word | 3 | 04-17-2011 05:35 PM |
Motion Paths with Rotation | PBone | PowerPoint | 4 | 01-13-2011 11:59 AM |
![]() |
zyzzyva57 | Office | 4 | 05-16-2009 07:31 AM |