Is there a difference between the following two lines:

On Error Goto ErrorHandler

and

On Local Error Goto ErrorHandler

I can't find any documentation on it, but I assume there is some reason for the inclusion of the Local keyword in the examples I've seen.