Each VBA Tutorial contains macro examples to help you learn VBA code quickly. Follow these VBA tutorials to learn basic and advanced Excel macro programming.
Learn how to convert a data type from a string to a date with the VBA Type Conversion function CDate. This is Part 3 of the Data Type Conversion Series.
You know how to open a program, file or folder with VBA Shell, but how do you activate an application that is already open? Keep reading to discover how!
We've combined each of our comprehensive wellsrPRO VBA training reference guides into a single bundle with over 200 tips and macros covering the 125 most important topics in VBA.
Use Application.WorksheetFunction to call vlookup, min, max and many more built-in Excel functions directly from your VBA macro. This tutorial will show you how.
We just added a 6th cheat sheet to our training bundle. With our new guide on VBA UserForms, our bundle now has over 200 tips like how to automate data extraction from text files, how to remove duplicates from an array, and how to dynamically populate a listbox.
This VBA tutorial shows you how to convert a data type from a string to an integer with the VBA Type Conversion function CInt. Robust error checks included!
Use the VBA StrConv function to convert strings to upper, lower or proper case. The powerful StrConv function even has built in support for converting to Unicode.
Use VBA to copy to your clipboard, paste from your clipboard and clear the contents of your clipboard. This tutorial even shows how to copy to your clipboard using VBA in Windows 8 and Windows 10.