This should prove no problem, but my VB is very rusty.

Say the user enters a string of 12 digit numbers, it will always be 12 digits. e.g.

235467890318

What is the code to loop through this string, and retrieve the numbers at positions 6 7 8 9 and 10

(i.e. in this eg the numbers needed are 78903)


Hope that makes sense, many thanks

Steve