Split function not working as I expect??!!
In Excel VBA, the Split function takes at least two arguments, namely a string to be tokenised and a token delimiter.
Coming to Word VBA, the Split function seems to take only one argument ("label") and doesn't seem to do what the Excel VBA version of Split does.
And this is within the SAME Office release.
What gives? How can I get excel's Split functionality in Word, without writing my own function?
|