I was trying to run a Word macro on a Mac. That macro contains the split() function. When I run this it is throwing an error saying function or sub not defined.
StrArr = Split(InputString, ":", -1, vbTextCompare)
I searched on the Internet and found that Mac Word 2004 is supported by VBA 5 and split() is introduced in VBA 6 only. I'm unable to find the proper solution for this, please help me.