![]() |
|
#6
|
|||
|
|||
|
Does this work??
Dim oshp As Shape Dim osld As Slide Set osld = ActiveWindow.View.Slide Set oshp = osld.Shapes(osld.Shapes.Count) oshp.Left = 0 oshp.Top = 0 oshp.Height = ActivePresentation.PageSetup.SlideHeight oshp.Width = ActivePresentation.PageSetup.SlideWidth Set oshp = Nothing Set osld = Nothing |
|
|
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 |