You could use InStr in your own function to get the position of each space in the string, and then chop out the relevant parts using mid$().
However - the easiest way to do this is to use Split() - which returns a string array - each member of the array is a different component of the original string.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.