Printable View
newbie question: How can i extract the the first two letters in a string?
with Left$(string,2) RK
Dim text, text2 as string ... text2 = Left(text, 2)