Application.LoadWebPage event (Project)
Occurs after the LoadWebBrowserControl method is called. The method loads the web browser control inside Project, and then the event is fired.
Syntax
expression. LoadWebPage
( _Window_
, _TargetPage_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Window | Required | Window | The window from where the LoadWebBrowserControl method was called. |
TargetPage | Required | String | The same TargetPage parameter that was used to call the LoadWebBrowserControl method. |
Return value
Nothing
Remarks
Project events don't occur when the project is embedded in another document or application.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.