Open just created PPT in PowerPoint outside of the VB.NET application

Once the PPT is created and saved, what are the steps to just open the PPT in PowerPoint externally to the VB application?

This worked.
System.Diagnostics.Process.Start (“PathToYourFile.ppt”)