Two Methods to Insert Webpage into PowerPoint

Nowadays, PowerPoint is becoming a more and more popular tool to efficient presentation. It is common to see people work with PowerPoint. Sometimes it requires some information from certain webpage. However, it is impractical to copy the whole webpage to the PowerPoint. So it is of great significance to insert the webpage into PowerPoint. In this case, this post is focus on how to insert a webpage into PowerPoint. You have two choices.

Method 1 Insert Hyperlink

Select the object on which you want to build a link including pictures, words and buttons. Then click "Insert">"Links">"Hyperlink" and input url in the "Address" option in the dialog box appears before you. Finally click "OK" button to create a hyperlink in the PowerPoint.


Insert Hyperlink

The advantage of this method is that it is easy for you to handle. On the contrary, its disadvantage is that it fails to allow you to display the webpage directly in the PowerPoint. Only turn to other browsers can you show the information in the webpage.

Method 2 Insert the VB Code Absolute Path

Step 1 Insert a Micro Web Browser Control

Click "Developer" > "More Controls">"Micro Web Browser" to insert a Micro Web Browser control. And then click the "button" icon which is exclusively designed to add a button in the PPT to insert a button.


Insert a Micro Web Browser Control

Step 2 Write the Codes

Check out the inserted button and right click to choose "View Code" and then you will see a new dialog box. In the box you can see the following codes:



Private Sub GoBtn_Click()


WebBrowser1.Navigate("http://space.30edu.com/04670463/")


End Sub

You just need to write down the url of the webpage in the bracket.


Write the Code

After all the operations, you can view the webpage directly in your PPT file when you play the PowerPoint. It is really very convenient.

BY wallpaperhdi.blogspot.com