![]() |
#2
|
|||
|
|||
![]()
Try this (not tested)
Code:
Sub TestCode() Dim ppte As Object 'Open Existing PPT Set ppte = CreateObject("PowerPoint.Application") 'Do something With ppte .Visible = True .Presentations.Open (PathAndFilename) 'include file extension '.ppt' .ActiveWindow.View.GotoSlide 5 ' probably not needed .ActivePresentation.Slides(5).Shapes("Picture 32").Delete 'left one With .ActivePresentation.Slides(5).Shapes("Picture 31") .Left = 30 .Name = "RenameTest" End With End With End Sub "Points Conversions" Last edited by JohnWilson; 04-18-2012 at 02:03 AM. |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Powerpoint automatically changing picture size when adding a picture (2010) | One_Life | PowerPoint | 7 | 01-20-2012 06:57 AM |
![]() |
Cath5000 | PowerPoint | 1 | 01-18-2012 03:04 PM |
![]() |
marbeth | Word | 3 | 07-08-2011 02:16 PM |
Picture to Text | CraigR | Drawing and Graphics | 2 | 04-12-2011 02:42 PM |
![]() |
alexcalgary | Drawing and Graphics | 2 | 10-16-2010 03:29 PM |