VB Macro run-time error "2147417848 (80010108)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a piece of VB coding that was working correctly for several weeks, bu
has now started to fall over.

It is doing so on a close active worksheet line, but only on specific files.

Does anyone know what the error means?
 
The 0x80010108 means "Client disconnected". Most probably because either :

1) the VB code you are running is to talking to a part which is gone.
2) the code executes when the workbook is actually already closed.

have you by any chance installed/remove third party addins?
 
Back
Top