Macros & Excel VBA

How to Use Substring Functions in Excel (Types and Examples)

Function Type 1 - UPPER, LOWER, and PROPER Functions: Syntax and Arguments With the UPPER, LOWER or PROPER functions, you can change the case of ...

How to Import Data from Website to Excel with VBA Code: 2 Ideal Methods

Method 1 - Import Specific Data from Website to Excel VBA MsgBox STEPS: Go to the Developer tab from the ribbon. Click on Visual Basic from ...

How to Create a Control Chart in Excel (2 Easy Methods)

Method 1 - Combining Functions to Make a Control Chart In this method, we’ll create a dataset to construct a control chart in Excel using multiple ...

How Different Is VBA from Other Programming Languages

Introduction to Visual Basic for Applications (VBA) Visual Basic for Applications (VBA) is an easy programming language that provides a great start ...

How to Hide the Same Rows Across Multiple Excel Worksheets

The sample dataset has three sheets and contains sales data of different regions. Macro 1 - Hiding All the Same Rows Across Multiple Excel ...

Learn Excel Macros & VBA Programming (Free Tutorial & 50++ Examples)

Learn all about VBA macros and practice the examples to make yourself more productive and break the limitations of Excel. Consider the below overview ...

How to Use VBA OnKey Event in Excel (with Suitable Examples)

  Introduction to the VBA OnKey Event The OnKey event is mainly executed by the Application.OnKey method. Arguments: ♣ key argument - ...

Excel VBA Worksheet Events and Their Uses

We will highlight the worksheet-related events, how to add them in Excel VBA, and their uses in this article. Worksheet events in Excel are actions ...

Excel VBA: Workbook Level Events and Their Uses

In this article, I am going to introduce you to Excel Workbook-level events. This introduction will help you to use them in the future efficiently. ...

How to Use VBA Event Handler (5 Relevant Examples)

Event handler is an important portion of the VBA code. If you are one of those who want to learn more about VBA macros, this article would obviously ...

Excel VBA Events (A Complete Guideline)

What Is an Event and Event Handler in Excel VBA? To understand an Event and Event Handler, we will illustrate with an example. Prepare a ...

How to Use Excel Combo Box (A Complete Guideline)

To add the combo box, we need to enter the Developer tab. Usually, the Developer tool is not available in the Excel Ribbon options. Steps: ...

How to Use Activex Control in Excel (Easy Steps)

ActiveX controls offer more flexibility than Form controls. By using ActiveX controls such as command buttons, text boxes, and list boxes, you can ...

Distinguishing Between Excel Form Controls and ActiveX Controls

Form Controls in Excel Excel offers various methods to ensure input values adhere to specific criteria, with Form Control being one of them. Form ...

How to Change Tabbing Order in Excel (4 Easy Methods)

  Download the Practice Workbook You can download the practice workbook from here. Tabbing Order.xlsm 4 Easy Methods to Change ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo