AcWebBrowserState enumeration (Access)

Used by the ReadyState property to determine the state of the web browser control.

Name Value Description
acComplete 4 The web browser control has finished loading the new document and all its contents.
acInteractive 3 The web browser control has loaded enough of the document to allow limited user interaction, such as choosing hyperlinks that have been displayed.
acLoaded 2 The web browser control has loaded and initialized the new document, but has not yet received all the document data.
acLoading 1 The web browser control is loading a new document.
acUninitialized 0 No document is currently loaded.

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.