SyntaxFix
Write A Post
Hire A Developer
Questions
Since there is the [vba] tag, split is also easy:
str1 = "001 baseball" str2 = Split(str1)
Then use str2(1).