VB Macro run-time error "2147417848 (80010108)

B

BobCooks

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?
 
S

Stephane Rodriguez

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?
 
Top