Subscribe via RSS
Looking for Excel VBA Tutorials?

How to Autofill Using Excel VBA

Apr 12, 2023

In this tutorial, you will learn how to use the Autofill feature in Excel VBA to fill a range of cells with data based on a pattern or a series.

How to use the VBA NPV Function

Apr 3, 2023

In this tutorial, you will learn how to use the VBA NPV function to calculate the net present value of an investment based on a series of cash flows and a discount rate.

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.

FormulaR1C1 Makes Relative References in VBA Easy

Jan 21, 2022

Use R1C1 notation in VBA with FormulaR1C1 to generate cell-based formulas with ease. This way, you can use variable references when iterating through loops.

Use VBA Range.Find to Search and Retrieve Data

Dec 10, 2021

The VBA Range.Find method locates matching content, wholly or partially, and lets you access all the Range properties for those matching cells.

VBA AdvancedFilter with Multiple Criteria

Nov 5, 2021

Here's how to use VBA AdvancedFilter with multiple criteria defined in a customizable Excel table. This AdvancedFilter macro supports both AND and OR criteria.

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 Sgn Function to Check for Positive or Negative Numbers

Oct 16, 2021

The VBA Sgn function is a quick way to check if a number is positive, negative or zero. Rarely used, the Sgn function can be useful when building conditional statements.

How to Filter a Column with VBA AutoFilter

Sep 17, 2021

Here's how to use the VBA AutoFilter method to filter data in a column based on different criteria. This will help improve your data munging capabilities.

VBA Filter Unique Values with AdvancedFilter

Aug 6, 2021

Use the VBA AdvancedFilter method to find unique records, clean data, separate the original and cleaned datasets and determine whether data contains duplicates.

VBA Insert Rows on Worksheets and Tables

Jul 7, 2021

This tutorial uses VBA to insert rows on worksheets and selectively into ranges or tables. We'll also show you how to shift rows and copy formats for new cells.

How To Use VBA GetAttr To Gather File Information

Jun 12, 2021

Get file info like read-only and hidden status, plus understand how VBA GetAttr leverages bitwise operations to losslessly compress this info into a single number.

subscribe via RSS