jwcolby
jwcolby at colbyconsulting.com
Thu Oct 7 16:37:18 CDT 2010
Under normal circumstances you don't have to. AFAICT the only place you need to do that is if you do an On Error resume next and then want to handle another error after that. If the error is "handled" then the error object is cleared the first time you reference it (or when you "resume XXX"). John W. Colby www.ColbyConsulting.com On 10/7/2010 5:16 PM, Susan Harkins wrote: > How many of you add an Err.Clear after handling an error to clear the Err object? > > Susan H.