I wanted to know if anyone could help me, I have a column of data that I need to split up in to multiple columns. I know how to do this with text to columns but I am trying to save my self a little time with maintaining my database. and I thought I might be able to do this with Visual basic.
What I have is a string that looks like this:
235/50R17 99Y
I also have other strings that look like this:
325/25R20 101W
What I would like is some way to automate splitting this up into the separate columns like this:
235 50 17 99 Y
325 25 20 101 W
Bookmarks