Runtime error 351 ???

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
 
D

Douglas J. Steele

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?
 
Top