Making Errors Bubble Up From Other Apps?

P

(PeteCresswell)

I've got code running behind an Excel command button.

The code instantiates a copy of MS Access and then runs routines
in the MS Access .MDB.

The .MDB has error handling, but it's running out of sight of the
Excel user and I can't figure out how to make it pass any errors
it has up to my Excel code, so I can handle them there (i.e.
format the message and pop an error reporting dialog to the
user).

Anybody been here?
 
Top