S
steelrat
Any one know anything about Run-time error '1004'?
Thanks.
Thanks.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
"catch-all" error message. This error occurs when an error does no
correspond to an error defined by VBA. In other words, the error i
defined by Excel (or some other object) and is propagated back t
VBA. This error also occurs if you generate an error (using the Rais
method of the Err object) and the error is not defined by VBA.
[John Walkenbach, -Excel 2002 Power Programming-, p. 880.]
-----Original Message-----880.]Application-defined or object-defined error. This is a very common
"catch-all" error message. This error occurs when an error does not
correspond to an error defined by VBA. In other words, the error is
defined by Excel (or some other object) and is propagated back to
VBA. This error also occurs if you generate an error (using the Raise
method of the Err object) and the error is not defined by VBA.
[John Walkenbach, -Excel 2002 Power Programming-, p.
Thus, any error that can not be placed under a specific category of
errors.
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.