Converts a Lat/Lon formatted coordinate to an UTM formatted coordinate using the
WGS84 datum.
Syntax: WGS84LatLonToUTM (Lat As Double, Lon As Double) As Double()
Lat - The Latitude of the coordinate. (dd.dddd)
Lon - The Longitude of the coordinate. (ddd.dddd)
The function returns an array of four numbers:
0 - The X zone.
1 - The X value.
2 - The ASCII code of the Y zone.
3 - The Y value.