Latest Blog Posts

Excel VBA to Change Case of Selected Text (6 Useful Examples)

When working with Excel, sometimes You might need to prepare your dataset in the same format of text casing. In this regard, you need to know how to ...

How to Create Excel VBA UserForm (with Detailed Steps)

If you are searching for some special tricks to create VBA UserForm in Excel then you have landed in the right place. There are some quick steps to ...

How to Use MsgBox and InputBox in VBA Excel

If you practice regularly, developing UserForms isn’t difficult. But using the built-in functions of Excel VBA to perform the same thing is easier. ...

How to Use Excel VBA Userform (2 Suitable Examples)

It is impossible to use Excel for a long time without being exposed to dialog boxes. Excel uses dialog boxes to get information from the users, make ...

How to Create Custom Function in Excel VBA

Excel VBA custom functions allow users to create their own formulas. This means users can perform calculations that are not available through ...

How to Use VBA Average Function in Excel (4 Practical Examples)

Average estimation is a very common factor in our everyday life. In the business section, it is an important factor to summarize the production or ...

How to Make VBA Function with Arguments in Excel

Excel has a lot of built-in functions, but we can make our own functions according to our recruitment or applications. In this article, we’ll ...

How to Use VBA User Defined Function (4 Suitable Examples)

While working in Excel VBA, we often need to use user defined function. Users can use these functions as regular functions of Excel. When the inbuilt ...

What Are Excel Function Arguments (A Detailed Discussion)

Excel has many functions for different operations. Inside the parentheses of the functions, we put some inputs for the desired operation that we want ...

How to Execute VBA Function Procedure in Excel (2 Easy Ways)

Sometimes, while working in Excel, users need some functions or formulas that are not pre-existing in Excel. That means users will not find such ...

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

When it comes to boosting output or gaining time at work, macros are your best friend. Using the VBA coding language, we can automate anything from ...

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

The article will show you some useful applications of Conditional Statements in Excel VBA. If you want to operate an Excel operation based on ...

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

This article is part of my series: Excel VBA & Macros – A Step by Step Complete Guide. We will discuss a list of only 10 mostly used Excel VBA ...

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 ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo