Excel VBA: Pulling Strings In MS Access App - Error Reporting?

P

PeteCresswell

Got some .XLA code where user clicks a button in Excel, and the code
opens an MS Access application and runs routines in same.

Running MS Access apps by themselves, I've got my error trapping
pretty well wired..... pops a dialog, writes details to a text file,
and so-forth.

But running .XLA code that calls MS Access, I'm in the dark.

Seems like there ought tb some way to have trapped MS Access errors
bubble up to the .XLA code where I can display something reasonably
graceful to the user.

Anybody been here?
 
Top