Hello,
In vba, is there a way to use "application.worksheetfunction.min()" to find the minimum of a vector Inside a matrix.
Exemple
Data(1 to 3, 1 to 20) as variant
Inside my Data(1,: ) i have dates. I would like to easily find the minimum date.
Thank you!