Ok so im new to this forum and have not been in the VBA game for long so hopefully in my inexperience I have just missed the obvious. What I am trying to do is split a string of numbers into three different columns. The problem arises because their is no delimiters in the string

an example of the string would be
T010203

and I need it split into three columns
T01 02 03

Any help would be greatly appreciated