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.
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.
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.
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.
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.
This tutorial demonstrates how to create pivot tables with VBA and how to use macros to perform simple manipulations on their appearance and structure.
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.
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.
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 if optional parameters have been passed using the VBA IsMissing function and learn how to create your own flexible optional parameter checking functions.
subscribe via RSS