Imports Microsoft.Office.Interop.PowerPoint
Public Class AspNetPowerPoint
Inherits System.Web.UI.Page
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim ppApp As New Microsoft.Office.Interop.PowerPoint.Application
Dim ppPres As Presentation
Dim ppSlide1 As Slide
Dim ppName As String = "MyPP/MyPPt.ppt"