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:
- Click the Microsoft Office Button, and then click PowerPoint Options.
- Click Popular, click the Show Developer tab in the Ribbon check box, and then click
OK.
- Locate the slide in which you want to insert the control.
- Click the Develop tab, and then click More Controls.
- 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