Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An error occurred while executing a method or getting or setting a property of an object variable. The error was reported by the application that created the object.
To correct this error
Check the properties of the
Errobject to determine the source and nature of the error.Use the
On Error Resume Nextstatement immediately before the accessing statement, and then check for errors immediately after the accessing statement.