I am giving the user the option to either manually enter a distance value (pipeline length), or to select the distance value on the drawing.....I have code the manual side no prob, but the selection side is giving me a headache....I am not even sure I can code this out......here is the code: ThisDrawing.Utility.GetEntity DistanceText, ptPicked, "Please select the distance to the deflection point:" DistText = DistanceText.TextString Is there any way to change this string into its numerical equivalent? Maybe I cant see the forest through the trees as I am a bit of a vba newb....