View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default POWERPOINT IN EXCEL

Glenn,
You can use a hyperlink:
ThisWorkbook.FollowHyperlink "PathAndFilename.ppt"
or
ThisWorkbook.FollowHyperlink "PathAndFilename.ppt#4"
to jump in at slide # 4.

Less control than Jari method, but depends what you need.

NickHK

"Glenn" wrote in message
...
Is there anyway to write a micro that when it starts plays a powerpoint

slide
show?