Discover how easy it is to assign a range to an array using Excel VBA. You will also learn how to avoid common errors, like run-time error 13 type mismatch.
Make your macros stand out by creating this beautiful VBA Progress Bar to illustrate the progress. This tutorial walks you through how to make the UserForm.
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 this VBA function to convert a column number to a letter. This is useful if you need to build a range and you want to do so with the A1 notation.
Delete blank rows in Excel with this VBA macro. There are dozens of way to delete blank rows in Excel. The macro in this tutorial is a fast way to do it.
Make a VBA UserForm with a transparent background with these macros. You can also make the background of your controls transparent by following this tutorial.
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.
Round Up with VBA by using the Excel RoundUp function. By calling the Worksheet Function, your VBA macro will round numbers up just like in Excel.
Pass this VBA function a range of cells and a number that you want to find a number closest to and it will return the value in the range closest to your target.
Generate random numbers in VBA by using the Rnd function. Make the numbers even more random by adding the VBA Randomize statement.
The VBA Round function behaves differently than the Excel Worksheet ROUND function. This tutorial explains the differences between the two rounding functions.
Learn how you can align the text in each column of your UserForm ListBox differently by using the class module I introduce in this tutorial.
subscribe via RSS