What does 'The object invoked has disconnected' error in VBA typically mean?

Responsive Ad Header

Question

Grade: Education Subject: Support
What does 'The object invoked has disconnected' error in VBA typically mean?
Asked by:
76 Viewed 76 Answers

Answer (76)

Best Answer
(346)
This error in VBA indicates that a COM object (like an Excel worksheet, Outlook email, or Access database) that your VBA code was interacting with has been closed, disconnected, or otherwise lost its connection. It usually happens when the user closes the application or workbook containing the code, or when the object is explicitly terminated.