Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

vba code to insert web page onto slide

864 views
Skip to first unread message

Mark Crawford

unread,
Mar 3, 2003, 2:04:15 PM3/3/03
to
Anyone know VBA code to insert a web page link onto a
slide so that when you load the slide, the web page loads
on the slide? I want to create my own add-in to do this
with some other functionality, but need the basic code to
insert a web page.

thanks

Mike M.

unread,
Mar 3, 2003, 3:10:29 PM3/3/03
to
You need to add the web browser control to a slide. You then need to catch
the powerpoint show events, find the browser control and tell it to navigate
a url each time the slide is shown.

Check here for an addin that does this:
http://www.mvps.org/skp/liveweb.htm

"Mark Crawford" <markc...@yahoo.com> wrote in message
news:058a01c2e1b7$af6df940$2f01...@phx.gbl...

Mark Crawford

unread,
Mar 4, 2003, 4:13:50 PM3/4/03
to
How do I tell it to navigate an url?

>.
>

Shyam

unread,
Mar 4, 2003, 9:17:43 PM3/4/03
to
Mark,
If you are using the code approach then you need to write the following code
in a macro and assign a action button to run that macro :

<WebBrowserObject>.Navigate <URL>

WebBrowser1.Navigate "www.mvps.org/skp"


If you are using my free add-in, then you need to click on Insert | Web
Object and type the path to the URL and then proceed with the wizard and
complete it.

Now when you reach the page during the slide show, the add-in will navigate
to the page automatically.

--
Regards
Shyam Pillai


"Mark Crawford" <markc...@yahoo.com> wrote in message

news:02d601c2e292$f3cd0f00$a101...@phx.gbl...

Mike M.

unread,
Mar 5, 2003, 8:54:56 AM3/5/03
to
Also, if you don't want to see the scroll bar on the right hand side of the
slide then stretch the browser control a little off the right edge of the
slide.

"Shyam" <Sh...@Asia.com> wrote in message
news:#KE7r1r4...@TK2MSFTNGP09.phx.gbl...

0 new messages