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.
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.
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.
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.
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.
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.
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!
subscribe via RSS