UnSubscribe(Handlerobject As Object, EventName As String) As Long

Application object

When you use plug-in technology, UnSubscribe can be used if you do not want to handle an event anymore. In most cases, you do not have to use this method. UnSubscribe can only be called for an event that you subscribed to.

The Application object