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?
|