Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 10-21-2011, 03:41 AM
PetLahev PetLahev is offline recording macro in ppt 2007 Windows XP recording macro in ppt 2007 Office 2007
Novice
 
Join Date: Oct 2011
Posts: 7
PetLahev is on a distinguished road
Default

In PPT 2007 you can't record macro :-(

What about this code
Code:
Dim shp As ShapeRange
    If ActiveWindow.Selection.Type = ppSelectionShapes Then
        Set shp = ActiveWindow.Selection.ShapeRange
        shp.Left = 0
        shp.Top = 0
        shp.Height = ActivePresentation.PageSetup.SlideHeight
        shp.Width = ActivePresentation.PageSetup.SlideWidth
    End If
    Set shp = Nothing
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA: Recording a macro to insert a PIVOT table e093223 Excel Programming 0 10-09-2011 01:55 AM
Recording Macro Tutorials JesseAitchison Word VBA 0 07-24-2011 05:36 PM
Recording Macros Tutorial? Madhouse Word VBA 1 04-28-2010 01:32 PM
Tutorial recording macros Jaffa Word VBA 0 04-27-2010 09:14 PM
Sound Recording stilts77 PowerPoint 0 03-13-2010 03:25 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:33 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft