Home > Software engineering >  VBA programming method in PPT Navigate the IWebBrowser2 object while failure
VBA programming method in PPT Navigate the IWebBrowser2 object while failure

Time:03-03

Private Sub WebBrowser1_StatusTextChange (ByVal Text As String)
WebBrowser1. Navigate "www.baidu.com"
End Sub


This is my wrong code

The great spirit guide genuflect is begged!!!!!!

CodePudding user response:

May is the recursive call;
When you change in the status bar text browsing the new url, the operation and causes changes in the status bar text;

CodePudding user response:

This part of the error function entry and add a breakpoint, take a look at what is called, when each call to the incoming are what the text parameter
  • Related