หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
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.