adding live web pages to powerpoint

im trying to add live web pages to a powerpoint presentation that will be displayed on a televsion in our companys lobby. The live web pages would have the live weather and updated news that each on different slides that update by themselves.

how is this possible?

September 10th, 2015 3:07pm

Hi ajlangdon,

Your request might be done via Microsoft Web Browser content control.

To add a Microsoft WebBrowser control to a slide, follow these steps:

  1. Click the Microsoft Office Button, and then click PowerPoint Options.
  2. Click Popular, click the Show Developer tab in the Ribbon check box, and then  click OK.
  3. Locate the slide in which you want to insert the control.
  4. Click the Develop tab, and then click More Controls.
  5. Click Microsoft Web Browser, and then draw the control on your slide.

Add the following code to this control:

Sub go2URL ()
   Dim varURL as Variant

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

https://support.microsoft.com/en-us/kb/291926

Hope it's helpful.

Regards,

George Zhao
TechNet Community Support

Free Windows Admin Tool Kit Click here and download it now
September 13th, 2015 10:53pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics