Previous Thread:   Automatic exit of PowerPoint slideshow

9/30/2005 12:52:04 PM    Launch Powerpoint Template from Word
Is there a way to launch a Powerpoint template from Word using VBA?  We have  
  
a standardized Powerpoint template we want to make easily available to users.  
  
When they need it, I would like them to be able to click on a toolbar button  
  
to launch it.  We currently do that with some Excel workbooks.  Unfortunately  
  
my VBA coding is not good enough to figure this one out.  Any and all  
  
assistance would be appreciated.  
  
Thank in advance!



10/4/2005 10:38:08 PM    Re: Launch Powerpoint Template from Word
ShellExecute the POT file the template's stored in.  
  
PPT's default behavior when you do this should be to start a new blank presentation  
  
based on the template.  
  
In article <603C27DB-4CCC-4363-B048-5C9F3C2E1507@microsoft.com>, Sjane wrote:  
  
-----------------------------------------  
  
Steve Rindsberg, PPT MVP  
  
PPT FAQ:  www.pptfaq.com  
  
PPTools:  www.pptools.com  
  
================================================