UDF to Extract only Number

UDF to Extract only Number from a Cell Using VBA in Microsoft Excel   In this article, we will learn how to use VBA code to extract number...

How to Create User Defined Function in Microsoft Excel

In this article, we are going to learn how to create user defined functions in Microsoft Excel by using the VBA. User Defined Function:- Microsoft Ex...

UDF - Extracting Email Address from Text

In case you want a process to help you in retrieving the email address from the string then this article is for you. In this article, we will create U...

Find method of Range object

In this article, we will use find method of Range object to highlight the cell which contains the value similar to search words. Raw data for...

Explanatory Formulas

Requirements: - Basic knowledge of vba - Use of tables/named ranges When working with workbooks on and off, sometimes months between revisits t...

An Improved Custom Random Numbers Function

In this article, we will create a custom function to generate random decimal numbers between the defined ranges. Raw data for this example consists o...

Function for returning the user name using VBA in Microsoft Excel

The function below will return the user name for the logged on user, works in both Windows NT and Windows95/98. Public Declare Function GetUserName L...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.