By using listi.net you agree to our cookie policy, We and our partners operate globally and use cookies, for multiple purposes

listi.net

 


Error

Error is a reserve VBA word that contains the text of the last error that occured.

Used in conjunction with the Err variable and On Error statement to handle errors.

If you don't handle errors in your code then it's hard to use.

An example of an error if your code selects a sheet that doesn't exist you get and Err 9 Subscript Error.
blog comments powered by Disqus