Overkill32
New Member
- Joined
- May 13, 2011
- Messages
- 49
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!
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!
Last edited: