Subscribe via RSS
Looking for Excel VBA Tutorials?

VBA Concatenate Strings with Ampersand Operator

Jun 29, 2018

In VBA, you concatenate strings into a single string using the &, or ampersand, operator. Simply add an ampersand between your strings to combine them into one string.

VBA Compare Two Lists and Show Missing Values

Jun 15, 2018

Use VBA to compare two lists and show the values in the first column that are missing from the second column. This is a simple way to compare two lists in Excel.

Get your VBA Cheat Sheets

$120.00 $57.00

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 Fade Userform In and Out

Jun 1, 2018

Fade your VBA UserForm in and out with the macros in this tutorial. You will also learn how to force your userform to appear partially transparent.

Perform Integer Division with the VBA Backslash Operator

May 18, 2018

Using a backslash instead of a forward slash to divide two numbers in VBA will divide the numbers but will always return an integer solution.

Reverse order of an array with VBA

May 5, 2018

This macro will reverse the order of an array using Excel VBA. Use it if you have an array sorted smallest to largest and you want it largest to smallest.

New VBA Cheat Sheet!

$120.00 $57.00

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.

VBA Quicksort macro to sort arrays fast

Apr 26, 2018

The VBA quicksort macro is a fast way to sort VBA arrays. VBA quicksort is more efficient than bubble sort, so it can be used to sort arrays of all sizes.

VBA bubble sort macro to sort array

Apr 20, 2018

Use this VBA bubble sort macro to sort small VBA arrays. The VBA bubble sort is good for sorting small arrays, but it's a slow algorithm for large arrays.

VBA Absolute Value with Abs function

Apr 14, 2018

Take the absolute value of a number with the VBA Abs function. The VBA Abs function will return the absolute value of a number or variable in your macro.

Square Root in VBA with the Sqr Function

Apr 8, 2018

This VBA tutorial shows you how to take the square root of a number in VBA using the Sqr function. The VBA Sqr function will return the square root of a number.

VBA Paste Values in Excel with Keyboard Shortcut

Mar 30, 2018

Use VBA to paste values in Excel instead of formulas. Bind this VBA macro to the Ctrl+Shift+V keyboard shortcut to make pasting values even faster.

subscribe via RSS