If i have a string such as bob, allen, tim, frank etc, what code would i use to split that up into individual words, and put the words into an array.
I know you would basically navigate along the string and breaking at the ' , ' but im not sure how to do it in VBA
Cheers