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

    Jul 20, 2022 · Performs a comparison based on information in your database. This example shows how to use the Split function. strFull = "Dow - Fonseca - Graham - Kopke - Noval - …

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

    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 …

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

    What is VBA Split Function in Excel? The VBA Split function is built-in in Excel’s Visual Basic for Applications (VBA) programming language. It allows you to split a string into multiple …

  4. 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 …

  5. 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.

  6. VBA SPLIT Function

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

  7. VBA Split Function - Tpoint Tech - Java

    Mar 17, 2025 · This tutorial will run you through the definition, syntax, parameters, return type, and different examples explaining how to write a macro code using the VBA Split function. …

  8. VBA SPLIT Function - BetterSolutions.com

    Jan 1, 2026 · How to use the VBA SPLIT function to return an array containing a specified number of substrings (Variant).

  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: A Guide for Excel Automation - BSuite365

    Apr 24, 2025 · At its core, the VBA Split function is designed to dissect a string of text into an array, with segmentation determined by a specified delimiter, such as a comma, space, or colon.