Latest Blog Posts

Using Excel VBA to Hide Multiple Sheets – 9 Methods

The Worksheet.Visible Property in Excel VBA The Worksheet.Visible property hides multiple sheets in an Excel file. The Visible property can have one ...

How to Hide and Unhide Sheets in Excel with VBA (6 Examples)

Example 1 - Hide and Unhide a Single Sheet We have a workbook that has five sheets, each containing an imaginary data table of “Records of ...

Excel VBA MsgBox -11 Examples

  Introduction to the  MsgBox Function in Excel VBA The MsgBox function is used to display a message box in Excel VBA. It is a dialog box that ...

Reasons And Solutions for Excel Object Required Error in VBA

The object required error in VBA occurs when you attempt to perform an operation on a variable or object that is not set or initialized. This error ...

How to Group Data in Pivot Table (3 Examples)

Dataset Overview We have a simple dataset where we need to group data.   Step 1 - Create an Excel Table Select any cell within ...

How to Change the Print Area in Excel – 7 Methods

Method 1 - Using the Set Print Area Command to Change the Print Area in Excel Select your Print Area —> Page Layout Tab —> Print Area —> ...

How to Count Number of Columns in Excel: 5 Methods

Method 1 - Using Status Bar to Count Number of Columns in Excel Select the headers of the chart or dataset (or a particular row, which doesn’t ...

How to Swap Columns and Rows in Excel – 9 Methods

This is an overview. This dataset includes Employee Information: ID, Full Name, Designation, Department, and Annual Salary.   ...

Excel Assign Macro to Button (3 Suitable Examples)

To demonstrate how to assign a macro to a button, we'll use a simple dataset containing student information. We'll sort this data according to the ...

How to Create a Formula in Excel to Calculate Percentage

Watch the Video – Create a Formula in Excel to Calculate Percentage Method 1 – Calculate the Percentage Formula to Compare Values ...

Excel Not Filtering Entire Column (9 Reasons with Solutions)

Here are some cases of Excel not filtering the entire column. Excel Not Filtering Entire Column: 9 Possible Reasons with Solutions ...

How to Fix “Compile Error in Hidden Module” in Excel (6 Reasons with Solutions)

What Is "Compile Error in Hidden Module" in Excel VBA? A "Compile Error in Hidden Module" is a security alert in Excel VBA. It usually occurs when ...

How to Swap Axis in Excel: 3 Practical Examples

Example 1 - Apply the Select Data Feature to Swap Axes Right-click on the chart area and choose “Select Data” from the list options. ...

How to Fix Excel Runtime Error 13 Type Mismatch in VBA

The Runtime Error 13 Type Mismatch in VBA is one of the most common types of errors while using VBA and occurs if the data type that is given does ...

Using Excel VBA to Count Files in Folders and Subfolders – 4 Examples

How to Launch the VBA Editor in Excel Utilizing the Module Tool: Open your workbook and click Visual Basic in the Developer tab. ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo