Subscribe via RSS
Looking for Excel VBA Tutorials?

Adjusting Dates with the VBA DateAdd Function

Nov 1, 2019

This tutorial shows you how to properly use the VBA DateAdd function to add and subtract dates based on certain time intervals like hours, days, and months.

Using VBA ClearContents to Clear Cells in Excel

Oct 4, 2019

This tutorial describes the difference between the VBA ClearContents and the VBA Clear Methods and explains how to use them to clear cells in your own macros.

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 Declare Constant with Const and Public Const

Sep 20, 2019

You should declare constants in VBA when you need a value defined and you know the value won't change. You declare constants using VBA Const and Public Const.

Check for Optional Parameters with VBA IsMissing

Aug 30, 2019

Check if optional parameters have been passed using the VBA IsMissing function and learn how to create your own flexible optional parameter checking functions.

VBA ByVal and ByRef - Passing Variables

Aug 2, 2019

This tutorial will help you understand the difference between passing variables with ByRef and ByVal in VBA (plus a little on variable scope and RAM).

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.

A VBA UDF to Enhance Excel's CELL and INFO Functions

Jul 19, 2019

This custom VBA function improves upon Excel's built-in CELL and INFO functions by returning information not available in the CELL and INFO functions.

VBA HTTP POST Requests with Google Forms Demo

Jul 5, 2019

See how to make VBA HTTP POST requests initiate server-side actions on APIs. You can also use HTTP POST requests to interact with Google Forms using VBA.

Display Screen Size and Other Metrics with VBA UDF

Jun 21, 2019

This VBA function will return the screen size and other display metrics for the screen containing Excel's ActiveWindow. It even supports multi-monitor configurations.

Create Custom Button Labels for a VBA MsgBox

May 31, 2019

As you create new VBA macros and procedures, the MsgBox function is frequently used to communicate, but sometimes the standard MsgBox buttons are inadequate.

VBA HTTP GET Requests with API and ServerXMLHTTP60

May 17, 2019

Learn how to make API HTTP GET requests in VBA using MSXML2.ServerXMLHTTP60. HTTP GET requests allow more efficient data collection and processing with VBA.

subscribe via RSS