Experts,
Please correct me if I am wrong in trying to understand properties, methods and events:
Properties: these are the characteristics of an object such a as form or button
Methods: this is the code between sub (function) and end sub (function)
Events: action that an object is ask to perform, such as Click