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.
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.
Learn the limitations of Null values and how to use the VBA IsNull function to write better macros by trapping errors and finding unfilled values.
Find and replace cells with VBA using the Range.Replace Method. This macro method lets you clean your data, fix mistakes, and improve workbook data quality.
VBA lets you hide Excel sheets in two ways using the Visible property: with xlSheetHidden and xlSheetVeryHidden, which hides even more evidence of your sheet.
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.
Learn how to delete columns in Excel using the VBA Delete method, including how to delete non-adjacent columns and avoid common VBA column deletion errors.
To hide and unhide columns with VBA, use the Column object and its .Hidden property. Using VBA to hide and unhide columns can greatly enhance your user experience.
You can speed up the slow Worksheet.PageSetup object by disabling the Application.PrintCommunication property and exploring the Excel 4.0 PAGE.SETUP function.
Learn how to refresh Pivot Tables with VBA so they always contain the latest data. This tutorial teaches how to refresh both Pivot Tables and Pivot Caches.
This tutorial demonstrates how to create pivot tables with VBA and how to use macros to perform simple manipulations on their appearance and structure.
subscribe via RSS