Subscribe via RSS
Looking for Excel VBA Tutorials?

Application.ScreenUpdating = False

Mar 27, 2015

Prevent your screen from updating until your Excel macro is finished with Application.ScreenUpdating=False. The Application.ScreenUpdating property is useful when running macros that jump from cell to cell, sheet to sheet, and workbook to workbook.

Outlook Search not working? Use VBA

Mar 22, 2015

Outlook search not working? Use this VBA code example to search through your email inbox. This tutorial shows you how to regain search functionality if you are one of the thousands of people whose Outlook instant search function has stopped working.

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 Office Prank Dancing Banana Cursor

Mar 21, 2015

Change your coworker’s cursor to the Peanut Butter Jelly Time dancing banana with this MS Word VBA tutorial. The VBA code example stores byte strings in your Custom Document Properties so every time your colleagues open your Word document, the banana animated cursor will be restored and activated on their computers.

Compare Two Excel Columns for Differences

Mar 14, 2015

Find differences between two excel columns with this VBA tutorial. The VBA module loops through columns of unknown length and unknown order. It compares the longer list to the shorter list, highlights differences and outputs a “key” that points to the matching cells.

Find last row with VBA End(xlUp).Row

Mar 13, 2015

The VBA snippet End(xlup).Row will find the last used row in an Excel range. Knowing the last row in Excel is useful for looping through columns of data.

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.

Trapezoidal Rule Excel Function

Feb 15, 2015

Use this Trapezoidal Rule Excel Function to approximate the definite integral of paired data sets. A VBA Excel function to find the area under a curve is useful in engineering, business, finance and many scientific fields.

DIY Desktop Exercise Reminder

Feb 15, 2015

This VBScript example creates a desktop exercise reminder that sleeps in the background and reminds you to take a break every 45 minutes. If you’re an office worker, this example is sure to help you battle the sedentary lifestyle.

Open and Close File with VBA Shell Command

Feb 6, 2015

Learn to open and close a file with the VBA Shell command. The Shell command returns the Process ID, PID, so you can kill the file when you’re done.

Open Applications From Outlook Ribbon

Feb 1, 2015

Opening an Application from Outlook is simple using the VBA Shell function. Linking the Outlook Macro to your Ribbon makes it even more convenient.

Enable Outlook 2010 Developer Tab

Jan 24, 2015

Enabling the developer tab in Microsoft Outlook 2010 is important if you want to develop Outlook Macros. This quick guide will help you enable it.

subscribe via RSS