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.
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.
VBA InStrRev searches for a substring inside a string or cell, starting from right to left. InStrRev is great for extracting URLs or folder paths from text.
This guide will teach you everything you want to know about using the Excel Form Control Option Button with VBA. Option buttons are also called radio buttons.
These macro examples will show you how to copy every Nth cell in a range to a different sheet by using the Step keyword and a counter inside a VBA For Loop.
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.
Use the VBA InStr function to test if a string or cell contains a certain substring. If it does, InStr will return the position where the substring begins.
Add a custom dot grid to a page in your Word document with this VBA macro. Print it out to make a notebook or use it to design, doodle or play Dots and Boxes.
It is common to use rectangles as VBA buttons in spreadsheets. This tutorial shows you how to make your shapes respond like command buttons when clicked.
This complete guide shows you how to control Excel ActiveX Checkboxes using VBA. The guide includes macros that return the value, check and uncheck the boxes.
This guide will teach you everything you want to know about using Excel Form Control Checkboxes with VBA, including checking, unchecking and assigning a macro.