MrExcel
.
- Joined
- Feb 8, 2002
- Messages
- 3,427
- Office Version
- 365
- Platform
- Windows
Someone just called - their Excel macro is performing very strangely. When they try to delete a row in the worksheet, the row actually deletes, but they get this message:
Automation error
The object invoked has disconnected from its clients.
Upon pressing debug, this row is highlighted:
Sheets(SN(OPS)).Rows(r).Delete Shift:=xlUp
Again the strange thing is that the row *does* actually get deleted.
Any ideas on this message?
Automation error
The object invoked has disconnected from its clients.
Upon pressing debug, this row is highlighted:
Sheets(SN(OPS)).Rows(r).Delete Shift:=xlUp
Again the strange thing is that the row *does* actually get deleted.
Any ideas on this message?