I am still learning, so bear with me folks! I want to be able to ask these two questions ("Pick starting point", and "Pick ending point"), then get the points and draw a line from pt1 to pts. In lisp it's easy to do a setq and define the pt1 & pt2 and use the get point function, but what would the syntax be in VBA to assign variables, be able to pick the first point and store it, then pick, or enter a distance relative from the first point, the second point and then draw the line? I know that this must be really simple to you all, but what the hey, I'm a newbe!