How to Create Custom VBA functions and Use them in the Worksheet

This article is part of my series: Excel VBA & Macros – A Step by Step Complete Guide. We already know that there are two types of VBA macros ...

Difference Between Subroutine and Function in Excel VBA

There are lots of similarities between a custom Function/User-Defined Function procedure and the Sub-procedure/Subroutine in Excel. However, Function ...

25 VBA Macro Example for Enhanced Productivity

How to Launch and Insert Code in the Visual Basic Editor in Excel The Developer tab contains the VBA applications including creating and recording ...

How to Use VBA Conditional Statements in Excel (4 Examples)

This article is part of a series: Excel VBA & Macros – A Step by Step Complete Guide Download Practice Workbook VBA Conditional ...

List of 10 Mostly Used Excel VBA Objects (Attributes & Examples)

This article is part of the series: Excel VBA & Macros – A Step by Step Complete Guide. Download Practice Workbook VBA Objects.xlsm ...

How to Use VBA Modules in Excel – 8 Simple Methods

Types of VBA Modules There are different types of VBA modules: Standard Module: This type of module holds VBA codes or Customized codes. ...

20 Practical Coding Tips to Master Excel VBA

In this article, we present 20 separate coding tips to help you master Excel VBA. In general, when writing VBA code, it is very good practice to ...

How to Write VBA Code in Excel (With Easy Steps)

What Is VBA Code? We use VBA to write macros that automate simple and complex tasks in Excel. Microsoft Excel users frequently find themselves ...

How to Save Macro in Excel (with Easy Steps)

Step 1 - Activate Record Macro Option Record a macro. To do that, go to the Developer tab and click on Record Macro. A dialogue box will ...

How to Use Relative Reference in Excel Macro (with Easy Steps)

This article is part of a series: Excel VBA & Macros – A Step by Step Complete Guide. Download Practice Workbook Relative ...

How to Add a Macro to Your Quick Access Toolbar in Excel

The Quick Access Toolbar is a smart feature of Excel located at the topmost bar of the worksheet. It provides quick access to commonly used commands ...

Excel Macro Shortcut Key (2 Suitable Ways)

In the following dataset, we have the Monthly sales data of a tech store. We'll assign a macro shortcut key and edit an assigned macro shortcut key ...

How to Record a Macro in Excel (With Detailed Steps)

Introduction to Macros in Excel A macro is a piece of VBA code that runs each time it is assigned. While recording a macro, Excel monitors the user ...

Using Macro Recorder in Excel (With Easy Steps)

Using Macro Recorder in Excel: Step-by-Step Procedures STEP 1 - Prepare Macro Recorder Activate an empty cell. Choose Developer >> ...

2 Types of VBA Macros in Excel

Macro Type 1 - VBA Sub Procedures A Sub-procedure acts as a new command. Different users can use this command and other Macros can execute the Sub ...

Close the CTA

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo