Hi, BUDI ARIEF GUSANDI schrieb: > Well i need the column position of the last letter in a line. How can i > get it ? > As long as it is the last character in the string, I would try this: lastLetter$ = Right$(t$,1) Did I get you right? Rolf