PROPERTIES come first in the properties section
'-------------------------------------------------------------------------------
'                               P R O P E R T I E S
'-------------------------------------------------------------------------------

they are arranged by alpahbetic order
the function name is used as the title identifier
'
'  MyFunction
'
Public Property Let MyFunction


the Let functions come before the Get functions
these functions are connected with as "new comment line"