I really don't know if the subject is the right one, but the situation is this. I have a userform that asks for input of surveyor distance and angle. Each box has a definite function, i.e. the first text box you put in the first bearing = N, the second asks for Degrees = 31, the next asks for minutes = 30, and the next asks for Seconds = 00, next for the last compass bearing = E, and finally for the distance = 435'. OK, what I'm trying to do is have these text boxes be able to come up with a distance and bearing. The following is the command line for input after you have selected the line command and picked a start point; @435'<N31d30'00"E , so the question is how do I get the values, that are input into the text boxes, into one string like that which I've shown?