It's self-referential, in regard to the containing class and its properties, methods or child objects. Hence, determined by context. Most frequently in Excel VBA you see it in userforms (referring to the userform containing the code) or to worksheets (referring to the worksheet containing the code).
But you *could* also use it in a custom class to refer to a class method or property.
ξ