OnWebOpen Event

See Also         Example         Applies To

Occurs when a web is opened.

Syntax

Private Sub Application_OnWebOpen(pWeb As Web)

pWeb   Required Web. A Web object.

Remarks

The OnWebOpen event is associated with the Application object. When the user opens a web in Microsoft FrontPage, the OnWebOpen event fires and executes the code that you specified within the event procedure.