How to generate several points (latitude and longitude decimal coordinates) in a straight line between two points (latitude and longitude decimal coordinates)?
I want to write a function (in Excel-VBA) to generate several points between two given points (Latitude and longitude - decimal format). Can I get the slope and intercept and use the same formula with the cartesian plane?