Looking at your example, you could use left$(Original,3) and right(Original,4) to split it up. If you don't know how many alpha characters there are, you could use the val() function to look at the value of each character. If the value is zero and the character <> "0" then it's a letter.
Hope this helps a bit.
Fyrewall