View Single Post
 
Old 11-03-2014, 08:48 AM
phamh phamh is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Oct 2014
Posts: 13
phamh is on a distinguished road
Default Delete a slide from a presentation in PPT

Hi,
How do I delete a slide from a PPT presentation?
This is how I add slide:
tempSlide = objPresentation.Slides;
newSlide = tempSlide.Add(tempSlide.count+1,2)
slideShape = newSlide.Shapes
aTable = slideShape.AddTable()

I tried this but it is not work
objPresentation.delete.Slide;

Please advise
Thanks
Reply With Quote