I have around 100 rows of such texts that I want to tokenize:
"<word> <unknown number of spaces and tabs> <number>"
I am having trouble finding tokenize functions with VBA. What would be the easiest method to token such strings in VBA?
Thanks in advance.