I'm working on a Macro where I want to setup if possible, table of coordinates possibly but not neccesary in seperate file from which I want to read values on demand, sumular to this Hop | X | Y | Z ------------------------ 1, -100, 250, 25 2, -115, 255, 22 3, -125, 265, 23 4, -121, 253, 17 What I a...