Excel VBA Function

How to Use Concatenate in Excel VBA (4 Methods)

In Excel, concatenation is the process of joining two strings together to form a single string. Simply said, if we have a table with first names in ...

How to Use VBA Val Function in Excel (7 Examples)

The VBA Val function is an Excel Text function which converts a text string into a numeric value. You can use this function in a VBA code to get the ...

How to Use VBA MkDir Function in Excel (6 Examples)

The VBA MkDir function can create a new directory or folder to a given drive location in your system. It is a convenient way to make necessary ...

How to Use VBA Replace Function in Excel (11 Applications)

In this article, we will demonstrate the use of the VBA Replace function. To illustrate this function to you we will go over several examples with ...

How to Use the VBA Weekday Function (2 Suitable Examples)

The Weekday function is one of the most important and widely used functions of VBA. In this article, I’ll show you how you can use the VBA Weekday ...

How to Use VBA Mod Operator (9 Examples)

The VBA Mod is not a function whereas MOD is a function in an Excel worksheet. VBA Mod is an operator which divides two numbers and returns the ...

VBA Format Function in Excel (8 Uses with Examples)

The Format function in Excel is a built-in function categorized as a String/ Text function. It is also used as a VBA function in Excel. In this ...

VBA Date Function (12 Uses of Macros with Examples)

In Microsoft Visual Basic Application, date functions or any date-related concepts are essential to perform various operations in your dataset. You ...

How to Use VBA InStrRev Function (7 Suitable Examples)

When you need to find the position of a character inside a string or the occurrence of a substring inside a string, the VBA InStrRev function might ...

How to Use VBA UCASE Function in Excel (4 Examples)

Excel provides several VBA functions that can be used while writing a macro or to define your own function to perform your desired tasks. In this ...

Excel VBA MsgBox Function (All MsgBox Types, Constants & Return Values)

MsgBox is a remarkably effective method or tool to make Excel operations more accessible and user-friendly. MsgBox can show distinct types of outputs ...

How to Use VBA SPLIT Function in Excel (10 Ideal Examples)

Are you working with some strings and need to split them into multiple parts? Then, you are in the right place. When working in Excel, we may need to ...

How to Use VBA Trim Function in Excel (5 Practical Examples)

Data cleaning is an important part of data analysis. In Excel, Trim is another most usable function in VBA code which removes extra spaces from the ...

How to Use VBA Asc Function (5 Practical Examples)

In this article, we will discuss Excel VBA Asc Function. It is a convenient tool. I hope you will find the article interesting and can increase your ...

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo