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

    Mar 30, 2022 · Example This example uses the String function to return repeating character strings of the length specified.

  2. String functions in VBA

    String functions in VBA This page gives an overview of the VBA String functions with example code showing how they are used. A link is provided for each function to its documentation on …

  3. Top 6 VBA String Functions with Examples - ExcelMojo

    Guide to VBA String Functions. Here we explain how to use top six string functions in VBA along with step by step with examples.

  4. The Ultimate Guide to VBA String Functions - Excel Macro …

    Jul 13, 2015 · A complete guide to using string functions in VBA. This covers all the VBA string functions including Instr, InstrRev, StrComp, Format and more.

  5. VBA String Function - Explained with Examples

    Oct 1, 2023 · The VBA String function is used to create a string of specified length with a specified character or characters repeated. It allows for efficient and precise manipulation of character …

  6. VBA String Functions Complete Guide: Split, InStr, Mid, Left ...

    Nov 26, 2025 · Master the essential VBA string manipulation functions. Learn how to use Split, Join, InStr, Mid, Left, Right, Replace, Trim, and more for efficient text processing.

  7. VBA STRING Function (Syntax + Example) - Excel Champs

    In this tutorial, you can learn to use the VBA STRING Function. You can find a detailed description of syntax, arguments and an example along with a sample code.

  8. How to Find a String with VBA in Excel (8 Examples)

    Discover how to efficiently find and manipulate strings in Excel using VBA. This guide covers 8 practical examples, including searching, extracting, and replacing text, empowering you to …