i-nth logo
The ultimate guide to using strings in Excel VBA
18 July 2015

Using strings is a very important part of VBA. There are many types of manipulation you may wish to do with strings.

The good news is that VBA contains plenty of functions to help you perform these tasks with ease. This post provides an in-depth guide to using strings in VBA. It explains strings in simple terms with clear code examples that can easily be used as a quick reference guide.

Full article: The ultimate guide to using strings in Excel VBA