--
Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@ Please read the PowerPoint FAQ pages.
yahoo. They answer most of our questions.
com www.pptfaq.com
.
"Ben in Asheville" <Ben in Ashe...@discussions.microsoft.com> wrote in
message news:53ED5DCA-0DA5-4235...@microsoft.com...
While what you say is certainly true, the OP can simulate a hyperlink
by adding a macro and setting an Action Setting to the target text
(bulleted), where the macro Shells to firefox, something like this ...
Sub hyperlink1()
sCmd = """C:\Program Files\Mozilla Firefox\firefox.exe"" " _
& "http://www.somewhere.com/index.html"
Shell sCmd
End Sub
It's a lot more trouble, but is more likely to be transferable to
other machines that have have firefox loaded.
Tom Lavedas
===========
http://members.cox.net/tglbatch/wsh/
According to a couple of other posts on this same subject, my own limited tests
and verification from MS when I reported it as a bug, PPT uses MSIE regardless
of the user's browser preferences.
Wicked, wicked little monkey.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Or of you don't want to include macros, you can use a run program action
setting and give the full path to the program + url like so:
"C:\Program Files\Opera\Opera.exe" "http://www.pptfaq.com"
Pro: no macros
Con: PPT gets in your face about how the world will end if you let this thing
run