Getting VB run-time error 3071

K

Keith

No problems like this and I use same environment and lots
of imbedded code. Put a breakpoint on the first line of
the code and single step it through using F8. One of two
things will probably happen:

First will be the line causing the problem will crash the
system and you will not what became incompatible or
Second, it will run fine as occasionally happens. I find
debug sometimes allows things to run when it crashes
without it.

There is going to be a subtle piece of code that is not
coded properly and was slipping by before.

Keith
 

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