VB Macro run-time error "2147417848 (80010108)

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top