Runtime error 351 ???

  • Thread starter Thread starter coolvicki7
  • Start date Start date
C

coolvicki7

Is any one aware of runtime error 351? If yes, please explain it. I
tried to search it on Google but didnt find anything.

Thanks
 
If you go into the Immediate window (Ctrl-G) and type

?AccessError(351)

then hit Enter, you'll see that it's the extremely helpful
"Application-defined or object-defined error."

What's the code you're running that's causing the error?
 
Back
Top