Skip to content

Instantly share code, notes, and snippets.

@Se7enSquared
Last active November 11, 2021 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Se7enSquared/b9b280484ac3cbd2c969a32a8bf7bdf7 to your computer and use it in GitHub Desktop.
Save Se7enSquared/b9b280484ac3cbd2c969a32a8bf7bdf7 to your computer and use it in GitHub Desktop.
Function SplitBasic(str As String, sep As String)
Dim arr() As String
Set SplitBasic = Split(str, sep)
End Function
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment