'End RaiseEvent' must be preceded by a matching 'RaiseEvent' declaration
An End RaiseEvent statement occurred without a corresponding RaiseEvent statement. End RaiseEvent must be preceded by a corresponding RaiseEvent statement.
Error ID: BC31126
To correct this error
- Check that the preceding RaiseEvent statement is valid and correctly spelled.