UDF's code must be in ThisWorkbook's module (in same workbook, or in your
Personal Macro Workbook - Personal.xls);
UDF's code can't have any activities in workbook, like changing cell
entries, or changing active sheet/cell, or changing cell formats, etc.;
UDF's return the value from variable with same name as UDF.