View Single Post
 
Old 04-08-2014, 12:01 AM
XmisterIS XmisterIS is offline Windows 7 64bit Office 2007
Novice
 
Join Date: Sep 2013
Posts: 12
XmisterIS is on a distinguished road
Default 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?
Reply With Quote