Does anyone know how to do this.
I need to pass three numbers to a function in VBA.
eg 4,4,6
The function should look at the lowest two numbers and and return the highest. if the lowest two are the same it should return that value.
2,3,6 would return 3
4,4,6 would return 4
Any help is a...