Subscribe via RSS
Looking for Excel VBA Tutorials?

Play System Sounds and WAV Files With VBA PlaySound

May 3, 2019

The VBA Beep statement is limited for audible signaling, but Windows' PlaySound function can be used to play standard system sounds or any WAV file using VBA.

How to Undo a Macro with VBA OnUndo and OnRepeat

Apr 18, 2019

The OnUndo method can be used to program the Undo button, but the supporting VBA code must be carefully designed. Use of the OnRepeat method is discouraged.

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.

Schedule a Macro with VBA Application.OnTime

Mar 30, 2019

The VBA Application.OnTime method lets you schedule the execution of an Excel macro at a certain time. Scheduling a macro to run at a specified time is useful.

Use VBA Union to Combine Ranges

Feb 8, 2019

The VBA Union method in Excel is designed to combine ranges into a single range. You can use VBA Union to combine multiple ranges or even grab a subset of a larger range.

List All Environment Variables with VBA Environ

Jan 25, 2019

The VBA Environ function grabs your operating system information and returns it as a string. This VBA Environ macro will list all the environment variables for your system.

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.

How to Make Custom Ribbons in Excel VBA

Jan 5, 2019

Learn how to make custom ribbons using Excel VBA and XML. Custom ribbons allow buttons or other controls to launch macros you created in your spreadsheet.

Display VBA Save As Dialog with msoFileDialogSaveAs

Dec 21, 2018

Learn how to display a Save As dialog box using the VBA msoFileDialogSaveAs object. The VBA msoFileDialogSaveAs object has several properties and methods designed to help you interactively save your files.

Open Files with VBA FileDialog msoFileDialogOpen

Dec 7, 2018

Combine the VBA FileDialog object with msoFileDialogOpen to open files in Excel. This tutorial takes a look at the properties and methods of the msoFileDialogOpen VBA dialog box.

Creating Advanced VBA Scatter Plots

Nov 23, 2018

This is an in-depth look at scatter plots in Excel and how to create them using VBA. Chart algorithms written in VBA help you represent extra dimensions in your scatter plots.

Extract URL from a hyperlink in Excel with VBA

Nov 19, 2018

Use this VBA function to extract the URL from a cell in Excel. This VBA function works whether the hyperlink is entered using the =HYPERLINK() function or the Insert > Hyperlink menu.

subscribe via RSS