I have on numerous occasions wondered why the VB Split function was not include in VBA. Here is a function that works with Access to simulate the built in VB Split function:
Public Function Split(ByVal sString As String _
, sDelimiter As String _
, Optional iCompare As Long
= vbBinaryCompare) As Variant
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.