| 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. |