S
steelrat
Any one know anything about Run-time error '1004'?
Thanks.
Thanks.
"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.