Is there something else I have to do to get a message with an error occurs other than this:
On Error GoTo Handler
'Code that will cause an error
Handler:
msgBox(Err.Description)
The Handler gets thrown but it is empty.... Just a message box comes up with no text.