Thread: [Solved] recording macro in ppt 2007
View Single Post
 
Old 10-20-2011, 11:42 AM
rwab rwab is offline Windows XP Office 2003
Novice
 
Join Date: May 2009
Posts: 8
rwab is on a distinguished road
Default recording macro in ppt 2007

I have 2007, in 2003 I could record a macro, but in 2007 ppt I cannot seem to find the control to record a macro?

The below macro worked in 2003, but does not work in 2007, its a simple fit to page function:

ActiveWindow.Selection.ShapeRange.ScaleWidth 1, msoFalse, msoScaleFromBottomRight
ActiveWindow.Selection.ShapeRange.ScaleHeight 1, msoFalse, msoScaleFromBottomRight
ActiveWindow.Selection.ShapeRange.ScaleWidth 1, msoFalse, msoScaleFromTopLeft
ActiveWindow.Selection.ShapeRange.ScaleHeight 1, msoFalse, msoScaleFromTopLeft
End Sub
Reply With Quote