DllCanUnloadNow DllGetClassObject DllRegisterServer DllUnregisterServer
'An error will occur if the user sizes
'It is important to check for error 5, rather than checking for
'any error, because an error could occur even if the key is valid.
'was an object, an error would occur because 'Set' wasn't used
DisplayError Err
On Error GoTo Form_Load_Error
On Error GoTo Form_Resize_Error
On Error GoTo ShowMarkers_Click_Error
On Error GoTo ShowRecordsInChart_Error
On Error Resume Next
' Error object containing error information
'Purpose: Display an error message to the user
Private Sub DisplayError(oError As ErrObject)