Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 504
Default powerpoint slide show .pps

If I go to the file manager and double click my .PPS file it opens as the
slide show only as it should. If I make a hyperlink in a cell to that .pps
file it opens in powerpoint rather than the stand alone show.

Is there a way to make it open correctly in a hyperlink? or what macr syntax
would I use to open it?
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default powerpoint slide show .pps

try using the shell command

--
Regards,
Tom Ogilvy


"Kevin" wrote in message
...
If I go to the file manager and double click my .PPS file it opens as the
slide show only as it should. If I make a hyperlink in a cell to that
.pps
file it opens in powerpoint rather than the stand alone show.

Is there a way to make it open correctly in a hyperlink? or what macr
syntax
would I use to open it?



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 504
Default powerpoint slide show .pps

I tried this:
Sub test()
Shell "C:\EVA\Populate_Add_line.pps", 1
End Sub

But I get "Invalid Procedure call or argument"



"Tom Ogilvy" wrote:

try using the shell command

--
Regards,
Tom Ogilvy


"Kevin" wrote in message
...
If I go to the file manager and double click my .PPS file it opens as the
slide show only as it should. If I make a hyperlink in a cell to that
.pps
file it opens in powerpoint rather than the stand alone show.

Is there a way to make it open correctly in a hyperlink? or what macr
syntax
would I use to open it?




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default powerpoint slide show .pps

Kevin,
Check the help on Shell :
"Runs an executable program and returns a Variant (Double) representing the
program's task ID if successful, otherwise it returns zero."

So you to run the PPT app, passing the filename as a parameter. Also, you
need to tell PPT to the file as a slide show.
http://www.pptfaq.com/FAQ00528.htm

Something like this depending on your paths :

Shell """C:\Program Files\Microsoft Office\Office10\POWERPNT.EXE"" /s
""C:\Test.pps""", 1

NickHK

"Kevin" wrote in message
...
I tried this:
Sub test()
Shell "C:\EVA\Populate_Add_line.pps", 1
End Sub

But I get "Invalid Procedure call or argument"



"Tom Ogilvy" wrote:

try using the shell command

--
Regards,
Tom Ogilvy


"Kevin" wrote in message
...
If I go to the file manager and double click my .PPS file it opens as

the
slide show only as it should. If I make a hyperlink in a cell to that
.pps
file it opens in powerpoint rather than the stand alone show.

Is there a way to make it open correctly in a hyperlink? or what macr
syntax
would I use to open it?






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink to a powerpoint slide Papu Excel Worksheet Functions 1 May 18th 08 07:07 AM
How do i link Excel to Powerpoint slide show & see graph on wk she Tincan36 Charts and Charting in Excel 0 October 9th 06 11:11 PM
Excel sheet to Powerpoint slide Herve Excel Programming 1 December 8th 05 04:04 PM
slide numbers in powerpoint georgina[_2_] Excel Programming 1 September 8th 04 01:04 PM
Using excel vba to produce a powerpoint slide KDUT Excel Programming 1 May 13th 04 01:56 PM


All times are GMT +1. The time now is 04:00 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"