smashgh
07-12-2016, 02:29 AM
Hey everybody,
I've been trying to embed live webpages in Powerpoint. I don't want to use the LiveWeb add-in as I will be presenting the ppt on computers that may not have it installed. As such, i've used the Microsoft Web Browser and written the following basic VBA code:
Sub go2URL()
Dim varURL As Variant
varURL = ""
Slide1.WebBrowser1.Navigate varURL
End SubHowever, it only displays a folder in presentation mode
If anyone could, help I'd appreciate it.
Regards.
I've been trying to embed live webpages in Powerpoint. I don't want to use the LiveWeb add-in as I will be presenting the ppt on computers that may not have it installed. As such, i've used the Microsoft Web Browser and written the following basic VBA code:
Sub go2URL()
Dim varURL As Variant
varURL = ""
Slide1.WebBrowser1.Navigate varURL
End SubHowever, it only displays a folder in presentation mode
If anyone could, help I'd appreciate it.
Regards.