'Load the file from disk. presentation.LoadFromFile("..\..\..\..\..\..\Data\Template_Ppt_1.pptx") 'Get the table from the first slide of the sample document. Dim ...
'Remove all the tables form the first slide. For Each shape As IShape In shape_tems presentation.Slides(0).Shapes.Remove(shape) ...