J
Just_a_fan
I wanted to write up a generic Try/Catch that I could put in everywhere
to find a very stubborn problem with "Publish"ed, distributed code (it
runs on about 50% of target XP machines). Something is missing from the
distribution and the program won't tell what.
So I wanted to be able to copy and paste in some code with a msgbox
telling what routine the code was bombing in. This would be the first
step to getting closer to what the problem really is.
Maybe that info is compiled out of distributed code and would not be
available.
Any ideas?
Mike
to find a very stubborn problem with "Publish"ed, distributed code (it
runs on about 50% of target XP machines). Something is missing from the
distribution and the program won't tell what.
So I wanted to be able to copy and paste in some code with a msgbox
telling what routine the code was bombing in. This would be the first
step to getting closer to what the problem really is.
Maybe that info is compiled out of distributed code and would not be
available.
Any ideas?
Mike