![]() |
#2
|
|||
|
|||
![]()
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 |
Thread Tools | |
Display Modes | |
|
![]() |
||||
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 |