About 308,000 results
Open links in new tab
  1. Split function (Visual Basic for Applications) | Microsoft Learn

    Jul 20, 2022 · Do you want to know more about the built-in programming functions of Business Central? This module will discuss the different available functions that you can use when developing for …

  2. VBA Split Function – Split String of Text into Array - Automate Excel

    May 18, 2023 · The VBA Split function splits a string of text into substrings based on a specific delimiter character (e.g. a comma, space, or a colon). It is easier to use than writing code to search for the …

  3. How to Use VBA SPLIT Function in Excel (10 Ideal Examples)

    Aug 5, 2024 · SPLIT, a VBA function in Excel, splits the string into several substrings and returns a one-dimensional array of substrings.

  4. Excel VBA Split Function - Explained with Examples

    Learn how to use the VBA SPLIT function in Excel (with five practical examples). VBA SPLIT function can be used to split text strings based on a delimiter.

  5. VBA Split Function - Syntax, Examples, How to Split Strings?

    Guide to VBA Split Function. Here we learn how to use it to split strings in Excel VBA with examples & downloadable excel template

  6. VBA SPLIT Function

    The VBA Split Function - Splits a Text String into a Number of Substrings - Function Description & Examples

  7. How to Split a String into an Array in Excel VBA (4 Examples)

    Aug 24, 2025 · In this article, we’ll explore different methods to split strings into arrays in Excel VBA, from the built-in Split function to advanced options like regular expressions. You’ll learn when to use …

  8. VBA Split Function – How to Use - Excel Trick

    Aug 11, 2023 · Split is one of the many Substring functions that can be used in VBA. I have written a whole post on these Substring functions, you can read it here. Split can be defined as a function that …

  9. MS Excel: How to use the SPLIT Function (VBA) - TechOnTheNet

    This Excel tutorial explains how to use the Excel SPLIT function with syntax and examples. The Microsoft Excel SPLIT function will split a string into substrings based on a delimiter.

  10. VBA - Split Function - Online Tutorials Library

    A Split Function returns an array that contains a specific number of values split based on a delimiter. Expression − A required parameter. The string expression that can contain strings with delimiters. …