Category Archives: Searching Strings

How Exactly Do Substrings in VBA Work?

What is a String? A collection/series of characters that includes numbers and punctuation is called a string. A single character or a single space is also considered a string. Examples: Three Free Testme123 $%#^%$ 4 56, 9* What is a Substring? A substring is any

No Thumbnail

VBA Excel String Processing and Manipulation

When you are working with strings, string processing and manipulation is an important tool. Whether you want to search for a certain expression in a string, split a string, add multiple strings … you will have to be familiar with the concepts of string processing.