TudorM
Automotive
- Mar 30, 2020
- 100
Hi all ,
Could someone please help how to find using VBA the nearest value between coordinates from array2 .
Example :
array1
X Y
3, 11
array2
X Y
1, 22
2, 10
4, 55
1, 12
In this case to return -> 2,10
Thank you !
Could someone please help how to find using VBA the nearest value between coordinates from array2 .
Example :
array1
X Y
3, 11
array2
X Y
1, 22
2, 10
4, 55
1, 12
In this case to return -> 2,10
Thank you !