Dim Value1 As Double
Dim Value2 As Double
Dim Value3 As Double
'Example values
Value1 = 1
Value2 = 2
Value3 = 3
How can i get the Largest value using the names of the variables?
So something like:
= Application.Large((Value1, Value2, Value,3), 1)
Dim Value2 As Double
Dim Value3 As Double
'Example values
Value1 = 1
Value2 = 2
Value3 = 3
How can i get the Largest value using the names of the variables?
So something like:
= Application.Large((Value1, Value2, Value,3), 1)
Last edited: