Learn to identify Excel chart objects then export them as images using VBA. Saving a chart as an image is the best way to ensure no one changes your chart data.
This tutorial describes the VBA Err object, its properties and its methods. We'll also show you how to raise custom errors and set up error cascades.
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.
This tutorial shows you how to properly implement VBA On Error Resume Next and GoTo 0. It also shows how to use Resume and Resume Next to exit VBA error handlers.
Learn how to handle errors in VBA with the On Error statement, On Error GoTo, and custom error handlers. This is a great introductory VBA error handling tutorial.
VBA SendKeys places any keystroke into a stream that flows into the active window. SendKeys is the only ways to send keystrokes to many windows using a macro.
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.
Application.Caller tells you where your macro was called from so you can build beautiful Excel dashboards with shapes and make your UDFs interact with your sheets.
Learn how to use VBA to sort by columns and understand all the Columns.Sort parameters. We'll also show you how to use VBA to sort by multiple columns.
Sending an email through Gmail with VBA is easy. Simply reference the proper Gmail SMTP server and configure your macro using the Microsoft CDO library.
Speed up your programs and inject user interaction by calculating formulas manually in Excel VBA - for all workbooks and even single cells.
Guide your macro users with Yes and No dialog boxes, and a third option to Cancel, by displaying built-in MsgBox forms with vbYesNo and vbYesNoCancel.
subscribe via RSS