I want to delete a particular slide from a PowerPoint presentation using C#. Can anyone help me out on this?
+1
A:
Open PowerPoint stack and per normal COM and use
powerPoint.Slides(x).Delete
TFD
2010-01-29 04:57:39