ZDNet UK


Skip to Main Content

ZDNet.co.uk - Winner of Best Business Website 2007
  1. Home
  2. News
  3. Blogs
  4. Reviews
  5. Prices
  6. Resources
  7. Community
  8. My ZDNet

 

ZDNet UK RSS Feeds


IT Jobs

Become a ZDNet.co.uk member

W.Peterson

View blog's RSS Feed

Presentation Fanatic

My Presentation Life in the Gentle Breeze.

Sunday 16 March 2008, 9:16 AM

Make Your Live Homepage in PowerPoint Slides

Posted by W.Peterson

You probably will like this way: a live window within a slide in PowerPoint, which displays the live Webpage, not just a pop-up Internet Explorer when clicking a hyperlink. Actually it's easy to do so, at first you should add a Microsoft Web Browser control to a slide, and then run a macro as an action to the live Webpage in PowerPoint.

Live Webpage in PowerPoint

1. Show The Control Toolbar In PowerPoint
    In PowerPoint 2003 and earlier versions, point to View -> Toolbars, and click Control Toolbox, now the box shows up;
    In PowerPoint 2007, click the Microsoft Office Button -> PowerPoint Options -> Popular, click the Show Developer tab in the Ribbon check box, and then click OK, now the control group is in the Developer tab.

2. Draw The Web Browser In A Slide
    Click "More Controls" button, and then click "Microsoft Web Browser", and then draw the control on your slide. The Microsoft Web Browser ActiveX control now appears on your slide.

3. Make A go2URL Macro For Presentation
    Launch the "Visual Basic Editor" in PowerPoint:
    In PowerPoint 2003 and earlier versions, go to Tools -> Macro -> Visual Basic Editor; in PowerPoint 2007, go to Visual Basic in the Developer tab;
    On the Microsoft Visual Basic window, point to Insert -> Module; just specify the Uniform Resource Locator (URL) as you like in the following code, and paste the modified code in the new Module window, which will run the browser, opening the URL:

Sub go2URL ()
Dim varURL as Variant

varURL = "http://www.yahoo.com"
Slide1.WebBrowser1.Navigate varURL
End Sub

    Then close the Visual Basic Editor.

4. Add An Action To Run The Macro
    Type any texts or insert any shapes you like, then add the actions to the live Webpage on them: make the texts or shapes selected, and point to Insert -> Action; in the tab of "Mouse Click" or "Mouse Over" as you like, select "Run macro" -> "go2URL", and OK.

Now preview or save the presentation with macro, you can activate the live Webpage in the PowerPoint slide with a mouseclick or mouseover on the link.

William Peterson
Presentation Veteran


Comments on this post

W.Peterson

This member is ranked #41 in our top 100

  • W.Peterson
  • IT Consultant, New York, US
  • Member since: July 2007

Site Activity Rating 4

Contacts' Latest Discussions

Number of Tracked Discussions: 508

J.A. Watson J.A. Watson

Quad-Boot Fun, and A Correction

Wednesday 2 July 2008, 3:41 PM

3 comments

Contacts' Latest Blogs

Number of Contacts Blogs: 5