The first function, using an array, is much faster
If called without the optional parameter, will default to .ThisWorkbook.ActiveSheet
If the range is empty will returns Cell( 1, 1 ) as default, instead of Nothing
Speed:
GetMaxCell (Array): Duration: 0.0000790063 seconds
GetMaxCell (Find ...